- or download this
#! /usr/bin/perl
use strict;
...
encode_base64( io( $ARGV[0] )->slurp ) > io( $ARGV[1] );
__END__
- or download this
#! /usr/bin/perl
use strict;
...
decode_base64( io( $ARGV[0] )->slurp ) > io( $ARGV[1] );
__END__
- or download this
Z:\>perl encode_base64.pl yearsinservice.pdf yis.b64
Z:\>perl decode_base64.pl yis.b64 yis.pdf