| Author |
Message |
Topic: MMS from Siemens phone wrongly unpacked |
Flix
Replies: 5
Views: 122637
|
Forum: Peffisaur Posted: Fri Apr 08, 2005 2:48 pm Subject: MMS from Siemens phone wrongly unpacked |
| First, thanks for sharing this great piece of software. I run Denmarks first open source newspaper on the web (all content delivered by the readers) called flix.dk, and I think there is a huge potenti ... |
Topic: Weird header error |
Flix
Replies: 2
Views: 95787
|
Forum: Peffisaur Posted: Sat Mar 26, 2005 12:39 am Subject: Problem solved |
A friend of mine fixed the code - it should be:
$stuff = 0 ;
while ( $line = <STDIN> )
{
@tmp = split( ": ", $line );
if ( lc($tmp[0]) eq "to" )
{
chop( $tmp[1] );
... |
Topic: Weird header error |
Flix
Replies: 2
Views: 95787
|
Forum: Peffisaur Posted: Fri Mar 25, 2005 9:16 pm Subject: Weird header error |
I finally got Peffisaur to work on Mac Os X.
Turns out there is a bug in perl on mac which needs to be corrected before you can install DBI::Mysql and DBD::mysql properly (http://www.truerwords.ne ... |
| |