- or download this
#!/usr/bin/perl
...
print @new,"\n";
- or download this
$rref->{FOO}->[5] = "bar";
...
print "$rref->[5]";#gives the values "cat" & "bar"
#also lists the sub-structures that contain
#a [5] in an array (or some such)
- or download this
Relational Referencing.
...
* Execution?