Help for this page

Select Code to Download


  1. or download this
    pugs> my $z= "abc12345we678"
    "abc12345we678"
    ...
    
    *** Cannot parse regex: \d+
    *** Error: Error: Can't call method "__RUN__" on an undefined value.
    
  2. or download this
    pugs> say @INC.join("\n")
    D:\pugs\perl5\Pugs-Compiler-Rule\lib
    ...
    C:\Perl6\site\lib\auto\pugs\perl6\lib
    .
    Bool::True