Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Overriding 'use'?

by Zaxo (Archbishop)
on Sep 12, 2005 at 06:52 UTC ( [id://491165]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e'BEGIN{ *CORE::GLOBAL::use = sub{1};} use CGI qw/:standard/; 
    +print header'
    Content-Type: text/html; charset=ISO-8859-1
    
    $
    
  2. or download this
    $ perl -e'use Fatal qw/use/;'
    Cannot make a non-overridable builtin fatal at /usr/lib/perl5/5.8.4/Fa
    +tal.pm line 108.
    BEGIN failed--compilation aborted at -e line 1.
    $
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-03-28 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found