my $test = [ "Hello", "PM" ]; #print $test, you will get array ref @array_deref = @{$test}; #dereferencing the array ref print"@array_deref\n";
In reply to Re: how to print value at reference?
by Nikhil Jain
in thread how to print value at reference?
by ansh batra
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |