Help for this page

Select Code to Download


  1. or download this
    foreach my $cat (@cats) {
      if ($cat !~ m/meow=.+?/i) {
        # do action here
      }
    }