Help for this page
bash-3.00$ perl -e '$p = "/usr/local/whatever"; if ( $p =~ /^\/usr\/lo +cal\/(.+)$/ ) { print $1."\n"; }'
whatever