Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

UPDATED, mostly solved: separation of define + assignment different from combination?

by perl-diddler (Chaplain)
on Feb 11, 2014 at 18:50 UTC ( [id://1074468]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (#1) local (*IO_glob, *NIO_glob) = 
    (#2) (sub(){'IO'>'}, sub(){'<NIO>'});
    
  2. or download this
      sub IO_GLOB redefined at line 2. 
      sub NIO_GLOB redefined at line 2.
    
  3. or download this
    (#1) local (*IO_glob, *NIO_glob);
    (#2) (*IO_glob, *NIO_glob) = 
    (#3) (sub(){'IO'>'}, sub(){'<NIO>'});
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1074468]
Approved by Laurent_R
Front-paged by ww
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found