in reply to Re^2: BEGIN, strict, and variable assignment (?)
in thread BEGIN, strict, and variable assignment
Which does indeed make them rather redundant suggestions. The suggestion from blokhead in Re: BEGIN, strict, and variable assignment looks to be the most sensible route to take.BEGIN { our %tests = ( ... ) } BEGIN { use vars '%tests'; %tests = ( ... ) }
_________
broquaint
|
|---|