------------------------------------------------
On Thu, 17 Jul 2003 10:39:56 -0400, "Jamie Risk" <[EMAIL PROTECTED]> wrote:

> Until now, I've avoided writing modules by inlining the deisred code in the
> new files. Messy.  I'm avoiding modules for two reasons, laziness and naive
> conception that for what I'm trying to do it's overkill.
> 
> Is there a method to reference code in other files, like, a simple
> "include"?
> 

A module can be as complex or not as you want and your application dictates. 
Essentially a module is just an 'include' with specific semantics.  Though if you 
prefer you may want to have a look at the docs for 'require'.

perldoc -f require
perldoc -f use

http://danconia.org

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

Reply via email to