Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: package names

by murugu (Curate)
on Jul 26, 2005 at 12:04 UTC ( [id://478150]=note: print w/replies, xml ) Need Help??


in reply to package names

Hi, Use Exporter module in your package.

require Exporter; our (@ISA,@EXPORT); @ISA = qw(Exporter); @EXPORT=qw(subroutine1 subroutine2 subroutine3 subroutine4);

Regards,
Murugesan Kandasamy

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found