Help for this page

Select Code to Download


  1. or download this
    my $finished_1, $finished_2; 
       # should be: my ($finished_1, $finished_2);
    ...
       #
       # instead of: print "$line1 \t $line2";
       # print "$line1 \t $line2\n";
    
  2. or download this
    sub read_circular
    {
    ...
       
       return $line;
    }
    
  3. or download this
    ++$finished_1, seek ONE,0,0 if eof ONE;
    # this is the same as
    ...
    # directly into actual "code savings". The more
    # wordy "if" loop will code into very similar, if
    # not the exactly the same executing code