Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Redefining Imported Subs: of scope and no

by 7stud (Deacon)
on Feb 09, 2013 at 05:50 UTC ( [id://1017931]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use feature 'say';
    ...
    sub not_say {
        print 'not saying';
    }
    
  2. or download this
    
    use strict;
    ...
    
    --output:--
    xyz
    
  3. or download this
    
    use strict;
    ...
    
    --output:--
    hello
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    --output:--
    hello
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-24 02:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found