Help for this page

Select Code to Download


  1. or download this
    if ( -s file ){
        while(<MYINPUTFILE>) {
    ...
    else {
        print FILE2 "There is nothing to do\n";
    }