If it's
print "@array\n";
for an array, it's
print "@{$ref}\n";
or simply
print "@$ref\n";
for an array ref.
In reply to Re: how to print value at reference?
by ikegami
in thread how to print value at reference?
by ansh batra
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |