RE: usage of require

2001-08-23 Thread Bob Showalter
> -Original Message- > From: Oliver Velten [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 9:32 AM > To: '[EMAIL PROTECTED]' > Subject: usage of require > > > Hi, > > I wrote a perl programm where i have a lot of strings defined

Re: usage of require

2001-08-23 Thread Jos I. Boumans
ay, August 23, 2001 3:32 PM Subject: usage of require > Hi, > > I wrote a perl programm where i have a lot of strings defined and a lot > of configuration data. To have a handy file where all configuration is > stored and can be easily changed I want to use the require function.

usage of require

2001-08-23 Thread Oliver Velten
Hi, I wrote a perl programm where i have a lot of strings defined and a lot of configuration data. To have a handy file where all configuration is stored and can be easily changed I want to use the require function. So I put after use CGI; a require config; I created a file called config and