Help for this page

Select Code to Download


  1. or download this
    lanx@nc10-ubuntu:~$ perl -MO=Concise 
    'abc' =~ '\w{3}'
    ...
    4     </> match(/"\\w{3}"/) vKS/RTIME ->5
    3        <$> const[PV "abc"] s ->4
    - syntax OK
    
  2. or download this
      DB<103> $x= '\w{3}'
     => "\\w{3}"
    ...
    
      DB<106> 'abc' =~ regex()
     => 1