- or download this
$a=q|a\ \\\{bc.d/*|;print "pattern <", $a, "> globs to <", (glob $a),
+">\n";
print "$_\n" for sort keys %INC;
- or download this
pattern <a\ \\{bc.d/*> globs to <a {bc.d/GOT ITabcde>
Carp.pm
...
vars.pm
warnings.pm
warnings/register.pm
- or download this
$a=q|a\{bc.d/*|;print "pattern <", $a, "> globs to <", (glob $a), ">\n
+";
print "$_\n" for sort keys %INC;
- or download this
pattern <a\{bc.d/*> globs to <a{bc.d/GOT ITabcde>
File/Glob.pm
XSLoader.pm
strict.pm
- 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
- or download this
=head1 IO Functions
...
PerlIO *
Perl_start_glob (pTHX_ SV *tmpglob, IO *io)