directions to good perl module tutorial

directions to good perl module tutorial

am 22.06.2005 17:17:39 von sheehan81

Hi All,

I am very new to Perl Modules and I am not asking for anyone to hold my
hand.

However could anyone out there point me in the direction of a good
tutorial on Perl Modules, something that I could use as a guide to
write some simple modules.

I have tried numerous searches in Google but though I am good at Perl,
I find the tutorials badly written.

Thank you in advance.

Re: directions to good perl module tutorial

am 22.06.2005 20:59:01 von Sherm Pendley

sheehan81@gmail.com writes:

> tutorial on Perl Modules, something that I could use as a guide to
> write some simple modules.

Have a look at "perldoc perlmod".

sherm--

Re: directions to good perl module tutorial

am 23.06.2005 03:28:15 von Michael Hendricks

sheehan81@gmail.com wrote:

> However could anyone out there point me in the direction of a good
> tutorial on Perl Modules, something that I could use as a guide to
> write some simple modules.

You might want to take a look at "perlnewmod." The "Step-by-step" sections
are essentially a tutorial. You can access it with "perldoc perlnewmod" or
on CPAN at
http://search.cpan.org/~nwclark/perl-5.8.7/pod/perlnewmod.po d

--

Michael