Help for this page

Select Code to Download


  1. or download this
    my $Magic = shift;
    my $itoa64 = shift;
    $Magic = q/$1$/;            # Magic string
    $itoa64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstu
    +vwxyz";
    
  2. or download this
     $Magic = shift @ARGV;