Help for this page
$mystring =~ s{(\d{3,5})} {<b><a href='lookup.cgi?id=$1</a>}g;
if( $path =~ /\/path\/to\/file/ ) { ... }
if( $path =~ m{/path/to/file} ) { ... }