in reply to Re: Re: strict refs on / off process time
in thread strict refs on / off process time
Then you can call these like chromatic pointed out: $parser{$whatever}->(@pass, $some, @params);my %parsers = ( address => sub { # ... }, f_dcompany => sub { # ... }, xmlbzzwrd => sub { # ... }, );
Makeshifts last the longest.
|
|---|