Why can't I say:my %h = ('a', ['A', 'B'], 'b', 'B','a b', 'A B'); print "@{$h{a}}\n";
print "@${a}\n";
Also, why the curly braces surrounding the array (@{..})
Thanks - sue
In reply to syntax issue by sueme
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |