All: I noticed two diffent syntaxes in the previous thread:
> > # global.asa > > my $Var = "first project"; and > > # global.asa > > use vars qw( $Var ); # declare globals > > $Var = "first project"; What's the difference? Which is preferred? JL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]