Re: Question about compilation and dispatch tables

2009-07-19 Thread Uri Guttman
> "SB" == Steve Bertrand writes: SB> My base class reads in a config, and does the following. SB> BEGIN { SB> # global variables those are lexicals scoped to the begin block. SB> my @global_vars = qw ( SB> GLOBAL_STACK_TRACE SB> PROFILING SB> CODE_P

Question about compilation and dispatch tables

2009-07-19 Thread Steve Bertrand
My base class reads in a config, and does the following. BEGIN { # global variables my @global_vars = qw ( GLOBAL_STACK_TRACE PROFILING CODE_PATHS CONFIG_DIR ACCT_APP DB_SOURCE DB_USER DB_PASS ); for my $member (@global_