Help for this page

Select Code to Download


  1. or download this
    while(read(filehandle,$buf,60*57){
    $unf .=encode_base64($buf);
    }
    
  2. or download this
    #!/usr/bin/perl
     use MIME::Base64;
    ...
    print "$unf";
    close FILE;
    close LOG;