in reply to Stringified hash
%hash # flatten hash to key/value pairs [%hash] # create anonymous list reference to flattened hash @{[%hash]} # dereference anonymous array reference "@{[%hash]}" # interpolate in double quoted string (with $" inbet +ween)
Hope this helps.
Liz
|
|---|