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

Re: Namespaces & colliding names

by kcott (Archbishop)
on Nov 08, 2016 at 09:26 UTC ( [id://1175528]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use File::Basename ();
    
  2. or download this
    use File::Basename qw{dirname};
    
  3. or download this
    @EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
    
  4. or download this
    use File::Basename qw{!basename};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found