in reply to Re^2: Hash part linking
in thread Hash part linking
You could also try explaining the problem with all pertinent information in a clear and concise manner so that we could try and steer you in the right direction.my $foo = []; my $h = { word1 => [ 1..3, $foo ], word2'=> $foo, }; @$foo = (4..7);
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |