Help for this page

Select Code to Download


  1. or download this
    if (index($filename, $account) >= 0) {
        print $filename."\n";
    ...
    else {
        print "No match for $account\n";
    }