Help for this page

Select Code to Download


  1. or download this
    if(m[/\w+/foo]) {
      s[.* /(\w+) /foo \z]($1)x;
      ...
    }
    
  2. or download this
    print m{ /(\w+) /foo\z }x, "\n"
      for @FILES;