Help for this page

Select Code to Download


  1. or download this
    if ( $path =~ /\/usr\/local\/bin\// ) { ... }
    
  2. or download this
    if ( $path =~ m{/usr/local/bin/} ) { ... }