perldoc perlmod
perldoc perlmodlib
perldoc perlmodstyle

These perldocs will give you the most appropriate ans. On
my own word, I' say a Module is created under one or
more package(s).

Modules are always named by ".pm", and that's the default
extension for module, that's why you can call a module
without "module.pm".  Note, module can call other module
as well, not just ".pl" can call modules.

HTH,
Bee


----- Original Message ----- 
From: "Harbhajan Julka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 15, 2004 2:50 AM
Subject: Difference between perl module and perl package


> Hello everybody,
> Can someone tell the difference between a perl module
> and a perl package?
> From what I have read so far, "CPAN.pm" is a perl
> module using CPAN package. I know ".pl" files use
> package by calling Package packagename, but how are
> the modules used?
>
> Thanks in Advance,
> Sonia.
>
>
>
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
>
>
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to