Help for this page

Select Code to Download


  1. or download this
    if ( $path =~ /\/path\/to\/file/ ) ...
    
  2. or download this
    if ( $path =~ m{/path/to/file} ) ...