Help for this page

Select Code to Download


  1. or download this
    open(FILE2,"<$file2name") or die "cant open $file2name for reading!\n"
    +;
    
    ...
         }
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
           processPara(@lines);
       }
    }