Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        exit if /error.*error/;
        
        # do whatever you want to do...
    }