Help for this page

Select Code to Download


  1. or download this
    $a=q|a\ \\\{bc.d/*|;print "pattern <", $a, "> globs to <", (glob $a), 
    +">\n";
    print "$_\n" for sort keys %INC;
    
  2. or download this
    pattern <a\ \\{bc.d/*> globs to <a {bc.d/GOT ITabcde>
    Carp.pm
    ...
    vars.pm
    warnings.pm
    warnings/register.pm
    
  3. or download this
    $a=q|a\{bc.d/*|;print "pattern <", $a, "> globs to <", (glob $a), ">\n
    +";
    print "$_\n" for sort keys %INC;
    
  4. or download this
    pattern <a\{bc.d/*> globs to <a{bc.d/GOT ITabcde>
    File/Glob.pm
    XSLoader.pm
    strict.pm
    
  5. or download this
    Guessing start of match, REx "\\(.)" against "\{bc.d/*"...
    Found anchored substr "\" at offset 0...
    ...
    Match rejected by optimizer
    Not present...
    Match failed
    
  6. or download this
    =head1 IO Functions
    
    ...
    
    PerlIO *
    Perl_start_glob (pTHX_ SV *tmpglob, IO *io)