Re: Question about compilation and dispatch tables
> "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
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_