Re: Porting from ActivePerl/IIS to Apache::ASP

2004-07-16 Thread Joshua Chamas
Quoting Warren Young <[EMAIL PROTECTED]>: > Unknown wrote: > > > Our problem is the original authors of the code assumed variables are > > not globally scoped. > > You mean one of the original authors doesn't understand Perl. > Besides Warren's excellent response to your original email, I would l

Re: Porting from ActivePerl/IIS to Apache::ASP

2004-07-15 Thread Warren Young
Unknown wrote: Our problem is the original authors of the code assumed variables are not globally scoped. You mean one of the original authors doesn't understand Perl. Q1.1: How come in other languages, the scope of the variable is assumed to be for the page unless defined otherwise (e.g. PHP, Acti