My reference to references (ha!) was in the context of the previous reply. I hope that helps change the tone a little (without that, it does seems ruder to me).
I don't understand how you got the results you did with strict on, this code fails to execute for me (compilation error):
perl 5.8.8, linux.#!/usr/bin/perl use strict; my @dereferenced_array = @{results}; print "not reached\n"; # doesn't execute
In reply to Re^3: accessing data structure
by jbert
in thread accessing data structure
by CColin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |