Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print STDOUT pack("N",$index{$word});
      }
    }
    
  2. or download this
    #!/usr/bin/perl
    binmode STDIN;
    ...
    %index=unpack "(N(N/a))*",$ind;
    @con=unpack "N*",$con;
    print join(' ',@index{@con});