Help for this page

Select Code to Download


  1. or download this
    #!d:\perl\bin\perl.exe -w
    use strict;
    use CGI;
    ...
    }
    
    }
    
  2. or download this
    while(<FH>){
        chomp;
        ($login, $junk_file) = split(/\|\!\!\|/);
    ...
            $exact_file ="$junk_file";
        }
    }