Help for this page
c:\@Work\Perl\monks>perl -wMstrict -le "use Regexp::Common qw[ delimited ]; ... P1 has path P2 has path
c:\@Work\Perl\monks>perl -wMstrict -le "print 'match' if '/' =~ ///; ... "print 'match' if '/' =~ /\//; " match