Re: Mail::POP3Client and pdf decode

2006-05-31 Thread Charlie Smith
Using cpan shell or webmin, I get following errro on attempt install XML::DOM, so the whole install blows up. Failed Test Stat Wstat Total Fail Failed List of Failed --- t/dom_jp_print.t31 33.3

Re: Mail::POP3Client and pdf decode

2006-04-06 Thread Perrin Harkins
On Thu, 2006-04-06 at 09:57 -0600, Charlie Smith wrote: > Not sure if this is the right list. If not please let me know correct list. This list if for discussion of mod_perl, not for general Perl questions. For general Perl help, see the resources listed here: http://perl.apache.org/docs/offsite/o

Re: Mail::POP3Client and pdf decode

2006-04-06 Thread JupiterHost.Net
Charlie Smith wrote: I'm trying to decode an email that was pop'd. After writing the body to a disk file using the perl Mail::POP3Client routine $pop->BodyToFile( $fh, 1); It looks all like text. So, I run following command to translate by "it looks all like text" do you mean its "like words

Mail::POP3Client and pdf decode

2006-04-06 Thread Charlie Smith
I'm trying to decode an email that was pop'd. After writing the body to a disk file using the perl Mail::POP3Client routine $pop->BodyToFile( $fh, 1); It looks all like text. So, I run following command to translate body of mime message back to pdf for reading. perl -MMIME::Base64 -ne 'print decod