if it's a txt File (not sure how encoding line by line will affect binaries) but...
Code:#Include yer lib(s)... open (FILE, "blah") || die; @gimmic = <FILE>; close (FILE); foreach (@gimmic) { print encode_base64 ($_); }
|
Results 1 to 5 of 5
Thread: Base 64 Encoding in PerlThreaded View
|
|