Help for this page

Select Code to Download


  1. or download this
    binmode($fh_out);
    
    ...
       chomp;
       print $fh_out pack('B*', $_);
    }