Help for this page

Select Code to Download


  1. or download this
      while ( read(FILE, $buf, 512) ) {
          foreach ( $buf =~ m/./gs ) {
              $binhex .= $hex[ord($_)];
          }
      }
    
  2. or download this
      binmode(FILE);