Help for this page

Select Code to Download


  1. or download this
    {
        my $input = do {
            open my $in, '<', $ARGV[1];
    ...
         print $out unpack 'H*', $input;
       
    }
    
  2. or download this
    split qr{\d\d\d(?:/\w+)+/\w+\.c}