Help for this page
if ( $path =~ /\/usr\/local\/bin\// ) { ... }
if ( $path =~ m{/usr/local/bin/} ) { ... }