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

Re: package vs module?

by Anonymous Monk
on Mar 25, 2014 at 20:07 UTC ( [id://1079730]=note: print w/replies, xml ) Need Help??


in reply to package vs module?

what is the difference between module and package?..please help!

Search for it, its easy, see

 [package module] package module -> ?node_id=3989;HIT=package%20module;re=N (package module no replies)
difference between modules and package
Difference between module and package in perl
Re: difference between modules and package

Also, Simple Module Tutorial

Also :)

Re^2: module loaded test
module is a namespace associated with a file ; a module is a package you can use or require
Re^3: Creating a new module with an XS submodule
A module is a package you can use or require, a namespace associated with a file. To create a module name your file to match your namespace(package)
Re: Module vs Singleton
A module is a namespace associated with a file (Foo.pm) ...

Log In?
Username:
Password:

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

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

    No recent polls found