Help for this page

Select Code to Download


  1. or download this
    for my $filename (@repos){
        if ($input eq read_file($filename)){
            print "File $filename matches\n";
    ...
         }
    }
    print "No match";