mms email parser

2006-11-28 Thread Perlguru
hi, How to parse mms file and save it to a file? In this sample is only beginning of the picture what is read by pop3 client. /Raimo Content-Type: image/jpeg Content-Transfer-Encoding: base64 Content-Location: Picture.jpg Content-Disposition: inline /9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABALDA4MCh

gsm mms, how to parse mms message

2006-10-05 Thread Perlguru
hi, Does anybody know structure of mms cgi-handshake? I would like to now what variables I should to parse. I'd like to save the received message to binary file. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

how can I destroy old labels

2006-08-14 Thread Perlguru
Once I have printed labels to the screen, and I have inserted my notes of the day. to this calendar program. How can I delete old labels, when I scroll to he next month now I see old months and I read my notes of the day from files here and now it shows, the "data" what are an other month's file

mp3 and wav

2006-08-12 Thread Perlguru
hot can I play mp3 and wav files with Perl. I am going to write program for Linux and Windows /Raimo -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Perl Postgres Apache problem

2006-08-01 Thread Perlguru
Hi This works from command line but with Apache not, what configuration I have to change or do I need to do more users or rights? #!/usr/bin/perl # print "Content-type: text/plain\n\n" ; use DBI; use strict; my $dbh; my $sth; my @vetor; my $field; $dbh = DBI->connect('DBI:Pg:dbname=mydb', '

Tk installation problem with Fedora 4

2006-07-07 Thread Perlguru
Hi, thanks for tips what I have received. However I need to install Tk to Fedora 4. Now I receive erros from tests what I have send for you earlier. I have tried perl -MCPAN -e "install Tk" /Raimo -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tk problem

2006-07-06 Thread Perlguru
Hi, I try to install Tk module. I have perl, v5.8.6 ...make tests give t/zzScrolled.NOK 66# Test 66 got: "589x341+0+32" (t/zzScrolled.t at line 104 fail #2) #Expected: "589x341+0+0" (Sizechk: geometry has not changed not reset for -height => 24+(5)) # t/zzScrolled.t line