On 5 Apr 2002 at 16:57, Jenda Krynicky wrote:
> If you mean "only on this page, but accessible to both VBScript
> and JScript" ... I think variables are not shared like this. But
> functions are so you can define the variable in VBScript, define an
> access function in VBScript and then use it from JScript.
I can slant this question towards Perl (or more specifically,
PerlScript) by confirming that variables or constants declared globally
on an ASP page in VBScript can be accessed from PerlScript via the not-
very-well-documented $ScriptingNamespace object. For example,
my $perlFoo = $ScriptingNamespace->{vbFoo};
I seem to remember that there were some cases where it didn't always
behave as expected, but that this is the general way to do it.
-Tim
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs