in reply to Re^2: accessing data structure
in thread accessing data structure
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: accessing data structure
by CColin (Scribe) on Nov 16, 2007 at 15:06 UTC |