Help for this page

Select Code to Download


  1. or download this
    
    while (<>) {
    ...
      }
      print $hexstr;
    }
    
  2. or download this
     
      sub as_hexstr {
        local $_=shift;
    ...
      while (<>) {
        print as_hexstr($_);
      }