in reply to Accessing variables in an external hash without eval
%hash = ( #scope changes Scope => { model => [ 'data I need', 'another row of needed data', 'more data I need' ] }, IrreleventScope => { #don't need this stuff } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Accessing variables in an external hash without eval
by victorz22 (Sexton) on May 17, 2017 at 04:40 UTC |