Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       sleep 2;
       LOG->clearerr();   # clear EOF flag
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
       #&pageMe   if /$error/;
       print;
    }