Help for this page

Select Code to Download


  1. or download this
     if(++$line > $LINEMAX) {
         $line=0;
         getc;
    }
    
  2. or download this
    sub print2 {
     if(++$line > $LINEMAX) {
    ...
     }
     print @_;
    }