Joshua Chamas wrote:

>   $Response->Includes($file, @args);
The @args advice works well.

> # global.asa
> use vars qw($Var1 $Var2);
> 
> sub Script_OnStart {
>   $Var1 = '';
>   $Var2 = 0;
> }
Does the Script_OnStart event get called even if I have 'NoState 0'?

Eitherway, there must be a way to inject variables into the scripts name
space, something like:

$script_name_space::Var1 = 'blah';

Thanks.

--
  Simon Oliver

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

Reply via email to