On 11/14/06, Dharshana Eswaran <[EMAIL PROTECTED]> wrote:
I have perl programs with me and i wish to convert it into perl modules.
Can i know how to do the same?
Dharshana,
The basic reading on this subject may be found at the installed
perldoc pages at your machine
perlmod Perl modules: how they work
perlmodlib Perl modules: how to write and use
perlmodstyle Perl modules: how to write modules with style
perlmodinstall Perl modules: how to install from CPAN
perlnewmod Perl modules: preparing a new module
for distribution
which can be read by invoking perldoc. For instance,
$ perldoc perlnewmod
Or you can read them in
http://perldoc.perl.org/perlnewmod.html
http://perldoc.perl.org/perlmodlib.html
... and so on
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>