Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "print qq{'$1'} if 'ab-cd' =~ m{ (?! \A)    (\w) }xms;
    ...
    'a'
    'c'
    'c'
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "use Test::More 'no_plan';
    ...
    1..13
    ok 14 - no warnings
    1..14