Help for this page

Select Code to Download


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