Help for this page

Select Code to Download


  1. or download this
    if ( ( whatever ) == 0 ) {
    }
    
  2. or download this
    unless ( whatever ) {
    }
    
  3. or download this
    unless ($. % 5000) {
       print "Processed $. records\n";
       # or, just to let them know
       # print ".";
    }