Like this:
#!/C:/perl/bin/perl use strict; use warnings; use MIME::Lite; use Data::Dumper; my $msg = MIME::Lite->new( Type =>'image/png', Encoding =>'base64', Path =>'test.png' ); my $str = $msg->as_string; print $str;
Did you even bother to try anything?
| We're not surrounded, we're in a target-rich environment! |
|---|
In reply to Re: PNG to ASCII ?
by jasonk
in thread PNG to ASCII ?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |