>It's also worth mentioning that if you 'use strict;' you can't declare
>you're own symbol table variables so all of your user defined variables
will
>be lexically scoped.

I need to correct myself.  I said you can't declare symbol table variables
if you 'use strict', that's wrong.  'my' declares lexical variables, 'our'
declares package variables which have symbol table entries.  'use vars
qw(...' also declares package variables. 
 

Reply via email to