in reply to Re^3: Symbolic references
in thread Symbolic references
foreach $argnum (0..$#ARGV){ print "$ARGV[$argnum]\n"; my $path=$ARGV[$argnum]; @path=split /\//,$path; $node=node->{$_} for @path; print $node; } print "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Symbolic references
by Anonymous Monk on Apr 15, 2013 at 07:05 UTC | |
by LanX (Saint) on Apr 15, 2013 at 13:16 UTC |