Help for this page

Select Code to Download


  1. or download this
    $calar =~ tr/\/{1,}//;
    #############$1----###
    
  2. or download this
  3. or download this
    use warnings;
    use strict;
    ...
       $out = MIME::Base64::encode_base64($in);
       return $out; 
    }