Help for this page

Select Code to Download


  1. or download this
    while (<file1>){
       $line1=$_
    ...
          }
       }
    }
    
  2. or download this
    while (<file1> or <file2>){ #The longest of the two files
       $line1=read ($file1);
    ...
       }
    }