in reply to Re^2: Trying to access array within hash
in thread Trying to access array within hash

see $" in perlvar

$LIST_SEPARATOR $" This is like $, except that it applies to array and sli +ce values interpolated into a double-quoted string (or sim +ilar interpreted string). Default is a space. (Mnemonic: o +bvious, I think.)

Are you the Hound or the Mountain? ;-)

Cheers Rolf

( addicted to the Perl Programming Language)