Help for this page

Select Code to Download


  1. or download this
    while (<CHANGES>) {
      chomp;
    ...
        $changes{$file} = [$info];
      }
    }
    
  2. or download this
    while (<DATA>) {
      chomp;
    ...
        print "$_\n";
      }
    }