Help for this page

Select Code to Download


  1. or download this
    @error1=(grep {/0 Items in Feed & 0 New Fetched items/} <FILE>);
    
    if(@error1) { print "match found (@error1)"; } else { print"nothing"; 
    +}