deMize has asked for the wisdom of the Perl Monks concerning the following question:
#!/yourpath/perl use MIME::Base64; use Strict; my $s_enc = "f89b1c0a34d7ab5446368c48107fff2a138baf8650d6c6464518c3 +f0d4c850083d8b1d30"; print encode_base64($s_enc) . "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MIME::Base64 Question
by GrandFather (Saint) on Mar 02, 2009 at 19:01 UTC | |
by deMize (Monk) on Mar 02, 2009 at 19:05 UTC | |
|
MIME::Base64 Question
by deMize (Monk) on Mar 02, 2009 at 18:39 UTC | |
by Anno (Deacon) on Mar 02, 2009 at 19:00 UTC |