On Fri, 22 Feb 2002, bob ackerman wrote:

> is there a way to share uncompiled perl scripts? that is, to include the
> subroutines of one script file into another script file.
> failing that, can i easily compile a perl script and use it in a script?
> why am i having trouble figuring this out?

Take a look at the perlmod document via perldoc.  It describes the
standard way that you can create packages and modules and be able to use
the code in other scripts.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
He jests at scars who never felt a wound.
                -- Shakespeare, "Romeo and Juliet, II. 2"


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

Reply via email to