#!/usr/bin/perl use warnings; use strict; my $str = 'Toni'; print "$str\n"; $str =~ tr#A-Za-z0-9+/##cd; # remove non-base64 chars print "$str\n"; exit;
In reply to Re: Base64 Decode issues
by zentara
in thread Base64 Decode issues
by tux402
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |