Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: 'require/use' scoping

by BrowserUk (Patriarch)
on Jan 29, 2008 at 07:48 UTC ( [id://664864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -Mthreads 
    -wle"async{require CGI; print 'T:'.%{CGI::}}->detach; sleep 2; print '
    +M:'.%{CGI::};"
    
    T:61/128
    M:0
    
  2. or download this
    C:\test>perl -Mthreads 
    -wle"async{ use CGI; print 'T:'.%{CGI::} }->detach; sleep 2; print 'M:
    +'.%{CGI::};"
    
    T:62/128
    M:62/128
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-16 04:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found