Hello,
I have inherited a Perl script that opens a base64 encoded, pipe delimited flat file, I need to decode it.
Here's how the file is slurped up:
my $record = do { local( @ARGV, $/ ) = $file ; <> };
Then it splits $record into a TON of variables, so I would like to know if I could decode this in a simple fashion before the split.
Thanks,
Anono
In reply to decode a file by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |