Jens Irrgang wrote:
> 
> Hello,

Hello,

> I'm writing a script (what a surprise).
> I want to use an extern file to store my variables. Like a config-file.
> But with -use strict- it doesn't work.
> 
> I've tried it with use and require. But I get always this error-message:
> Global symbol "$nummern" requires explicit package name at
> d:\homepage\homepage\tier-vermisst\cgi-bin\jiforum.pl
> 
> Ok - I know that I have to declare it with my - but I don't want to
> declare all the var's used in the configfile in the main script. Is
> there a way to declare the var's in the config-file?

You probably want something like this module:
http://search.cpan.org/author/SIMON/Config-Auto-0.03/



John
-- 
use Perl;
program
fulfillment

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

Reply via email to