> -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
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.
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