On Monday, July 1, 2002, at 08:17 , anthony wrote:

> Hi,
>
> is there a good website to create module if so can you refere me to it

Have you started with the traditional

        perldoc perl

and checked out the internal documentation of how to do this?

        perldoc perlsub
        perldoc perlmodlib

are good places to start.

My basic entre to all of this is:

http://www.wetware.com/drieux/CS/lang/Perl/PM/

the basics section should help you understand the basics to
why you should do this starting from h2xs

I have some case work up for demonstation at

        http://www.wetware.com/drieux/CS/Proj/

that are all perl modules

        in the Process Grovelling we address the start of the basic form
        in The Global Game we go over implementing with the t/*.t
        in DI704 we provide variations on the sub_class v. procedural
                as well as more detail on the fun and horror of h2xs -
                and the Makefile.PL issues as well
        

ciao
drieux

---


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

Reply via email to