Help for this page

Select Code to Download


  1. or download this
    use DB_File;
    my $hash;
    ...
    {
      print $_ if exists $hash{$_};
    }
    
  2. or download this
    my $h = 0;
    foreach (split("", $line)) {
      $h+=ord($_)
    }
    $h = $h % 256;
    
  3. or download this
    file1/0
    file1/1
    ...
    file2/1
    ...
    file2/255