Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Making it clearer to say that a sub is defined within current package

by Eily (Monsignor)
on Apr 11, 2019 at 15:20 UTC ( [id://1232444]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MySelf;
    
    my $var='Hello';
    ...
    my::world(); # Calls the World function from this package
    NotMe::planet(); # Sees my::world but not $var
    unDWIM();
    
  2. or download this
    package MySelf;
    
    package Ext 
    ...
    };
    
    Ext::Dumper(Ext::csv(in => "data.csv"));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 17:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found