Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: special magic in "%!" ?

by converter (Priest)
on Mar 08, 2003 at 22:01 UTC ( [id://241444]=note: print w/replies, xml ) Need Help??


in reply to Re: special magic in "%!" ?
in thread special magic in "%!" ?

The reference to %! requires Errno.pmc, then if that fails, Errno.pm.

Compare:

perl -le 'print for keys ::'
to
perl -le 'print for keys(%!); print for keys ::'
update: This is perl, v5.8.0 built for i686-linux

Replies are listed 'Best First'.
Re: Re: Re: special magic in "%!" ?
by Anarion (Hermit) on Mar 08, 2003 at 22:15 UTC
    You are rigth, thx :)
    It loads some modules if you use %!:
    lorien:~$ perl -le 'print %INC' lorien:~$ perl -le '%!;print %INC' strict.pm/usr/share/perl/5.8.0/strict.pmExporter.pm/usr/share/perl/5.8 +.0/Exporter.pmConfig.pm/usr/lib/perl/5.8.0/Config.pmErrno.pm/usr/lib/ +perl/5.8.0/Errno.pm
    $anarion=\$anarion;

    s==q^QBY_^=,$_^=$[x7,print

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://241444]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found