Help for this page

Select Code to Download


  1. or download this
    #assume files a.txt and b.txt exist and are normal, readable files.
    use strict;
    ...
       }
    }
    exit(0);
    
  2. or download this
    #...as before...
    for(my $i=0;$i<2;$i++){
       my $fh=$FH[$i];      # <----**
       while(my $line=<$fh>){
    #...as before...