Help for this page

Select Code to Download


  1. or download this
    sub absent {
        my $str = shift;
    ...
        {
            print "matches\n";
        }
    
  2. or download this
    &&  !(grep {$ENV{'REQUEST_URI'} =~ $_} @must_not_be_there ) )