In php I can output the elements of an array with the print_r function. Is there an equivalent in perl to do this? I'd like to output the elements of $pool{$key}, but if I use print I only get something like that:
@pool{$key} = ARRAY(0x822dae4 )
What part of the @temp arry is
Code:
$pool{$key} = [ @temp ];
Leave a comment: