RE: How to write a Perl module

2004-05-07 Thread NYIMI Jose (BMB)
> -Original Message-
> From: Jenda Krynicky [mailto:[EMAIL PROTECTED] 
> Sent: Friday, May 07, 2004 12:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: How to write a Perl module
> 
> 
> From: Owen <[EMAIL PROTECTED]>
> > As an exercise in making an LDP How-To as well as confirming my own 
> > limited knowledge of making a Perl module I wrote.
> > 
> >  http://www.pcug.org.au/~rcook/PerlModule_HOWTO.html
> > 
> > It is for beginners, just "do this" and it should work without any 
> > explanation.
> 
> Abstract:
>   s/should be place in a module/should be placed in a module/
> 
> Section 5.1
>   s/#user perl Makefile.PL/user# perl Makefile.PL/
> 
> The intro is almost longer than the real stuff. Is all this 
> legalistic chatter really necessary in such a short document?
> 
> Also you should include pointers to Perl manual pages explaining the 
> details

Yes, as you did at http://jenda.krynicky.cz/perl/CPAN&ppm.html ;)

José.


 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


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




Re: How to write a Perl module

2004-05-07 Thread Jenda Krynicky
From: Owen <[EMAIL PROTECTED]>
> As an exercise in making an LDP How-To as well as confirming my own
> limited knowledge of making a Perl module I wrote.
> 
>  http://www.pcug.org.au/~rcook/PerlModule_HOWTO.html
> 
> It is for beginners, just "do this" and it should work without any
> explanation.

Abstract:
s/should be place in a module/should be placed in a module/

Section 5.1
s/#user perl Makefile.PL/user# perl Makefile.PL/

The intro is almost longer than the real stuff. Is all this 
legalistic chatter really necessary in such a short document?

Also you should include pointers to Perl manual pages explaining the 
details
perlmod
perlmodlib
perlsub
Exporter

Jenda
= [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: How to write a Perl module

2004-05-07 Thread NYIMI Jose (BMB)
> -Original Message-
> From: Owen [mailto:[EMAIL PROTECTED] 
> Sent: Friday, May 07, 2004 5:40 AM
> To: [EMAIL PROTECTED]
> Subject: How to write a Perl module
> 
> 
> 
> As an exercise in making an LDP How-To as well as confirming 
> my own limited knowledge of making a Perl module I wrote.
> 
>  http://www.pcug.org.au/~rcook/PerlModule_HOWTO.html
> 

Your doc has a nice presentation (look) , congratulations! ;)
It's seems that you have used "DocBook" to produce it. Is that true ?
Could you share some doc ressources/links about DocBook.
The ones I know is:
http://docbook.sourceforge.net/

José.


 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]