Andrew Gaffney wrote: > I've been using Perl for about a year. I'm writing my own module that > contains some custom functions that I use a lot. In doing this, I > started wondering how modules work. For example, if my module has > 'use SomeModule;' and a script I write has 'use MyModule;', does that > mean that I am effectively saying 'use SomeModule;' in my script? > Yes. If that SomeModule is not on the system you are running then your module will not run. Wags ;) > -- > Andrew Gaffney > Network Administrator > Skyline Aeronautics, LLC. > 636-357-1548
Any questions and/or problems, please let me know. Thanks. Wags ;) Int: 9-8-002-2224 Ext: 408-323-4225x2224 ********************************************************** This message contains information that is confidential and proprietary to FedEx Freight or its affiliates. It is intended only for the recipient named and for the express purpose(s) described therein. Any other use is prohibited. **************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>