RE: Help perl gurus

2002-11-26 Thread wiggins
An excellent article about your problem: http://perl.plover.com/FAQs/Namespaces.html You should be doing: use strict; use warnings; This will produce somewhat cryptic messages until you get used to it but then it will save you lots of time... http://danconia.org -

Re: Help perl gurus

2002-11-26 Thread Paul Johnson
Johnstone, Colin said: > Gidday all, > > I have written what I will refer to as an include file ( php speak ) and > named it press_config.pl The contents is the initialisation of the In Perl it would probably be called a library - hence the pl extension. Perl Library. > variables that I wish to

RE: Help perl gurus

2002-11-26 Thread NYIMI Jose (BMB)
perldoc -f do José. > -Original Message- > From: Johnstone, Colin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 7:58 AM > To: '[EMAIL PROTECTED]' > Subject: Help perl gurus > > > Gidday all, > > I have written what I will refer to as an include file ( php > speak ) an