Re: [Perl-unix-users] file uploads in Perl

2002-05-18 Thread Justin Hopper
Johnno, I'm attaching a cgi script for file uploads that is pretty simple. If you need some information on how it works, check here: http://www.tneoh.zoneit.com/cgi/upload/ This should get your rolling. If you don't have CGI_LIB.pl, you can get it from the page above. You don't have to use it

Re: [Perl-unix-users] Mail::POP3Client and html email

2002-05-18 Thread Trevor Joerges
You might want to try MIME::Parser to extract the HTML version of the e-mail message. The you could use the resulting HTML doc or strip out the HTML body of that doc to use. Hope this helps. Kind regards, Trevor J. Joerges $_=q;rrUSFWPSZK.ZKPFSHFT,rkv

Re: [Perl-unix-users] file uploads in Perl

2002-05-18 Thread Johnno
I use a html file to browse the HD and then upload it to the web server my $file = $req->param("FILE1"); my $fileName = $file; $fileName =~ s!^.*(\\|\/)!!; $newmain = $fileName; this contains the filename of the local hd.. ie.. c:/stuff/pic.jpg I am wanting to upload pic.jpg to the server

[Perl-unix-users] Mail::POP3Client and html email

2002-05-18 Thread jna
Is anyone using the Mail::POP3Client for html emails? I am doing fine if all mail is non html but I can not get html emails to display correctly. Anyhow know a trick for this? Thanks, John ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubsc