Help for this page

Select Code to Download


  1. or download this
    # if you want @robots to be interpreted as
    # regexes, delete the map { ... }
    ...
    for (grep { ! /$regex/ } @logmessages){
        print OUTFILE $_;
    }