Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Subroutines with the same name, in different packages

by AnomalousMonk (Archbishop)
on Feb 05, 2010 at 19:05 UTC ( [id://821634]=note: print w/replies, xml ) Need Help??


in reply to Re: Subroutines with the same name, in different packages
in thread Subroutines with the same name, in different packages

Try not exporting those 2 subs ... don't export methods.

... and if you cannot redefine what the module exports by default, suppress importation when you use the module.
    use UCP::NLMWriter ();
    use UCP::ManifestWriter ();

Replies are listed 'Best First'.
Re^3: Subroutines with the same name, in different packages
by mboudreau (Acolyte) on Feb 05, 2010 at 19:37 UTC
    Thanks, all!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-18 23:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found