Help for this page

Select Code to Download


  1. or download this
    Can't "next" outside a block at PersonalfrmList.pl line 59
    
  2. or download this
    open(IN,"c:\\h\CSSCS\\bin\\scripts\\ListofFile.txt") || die "Can't ope
    +n ListofFile.txt:$!\n";
    
    ...
    
    print OUT @lines;
    close OUT;