No need to split and then rejoin the string:
use MIME::Base64 qw( decode_base64 ); ( my $orig = decode_base64( $_ ) ) =~ s/(.)(?=(.))/ $1 ^ $2 /seg;
In reply to Re^2: Base64 and byte arrays
by jwkrahn
in thread Base64 and byte arrays
by joec_
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |