I am trying to break up a script for easy configuration, 

 

So I want to put all my global variables in a file call config.pl

 

And on BuildReport.pl I add

Require "config.pl";

 

In strict mode this doesn't work I get error saying I never declared my
variables.

 

I use our($this, $that);

 

And still nothing

 

Any suggestions??

 

Ben Eagle

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to