elusion has asked for the wisdom of the Perl Monks concerning the following question:
[ "Whatever", [ "Blah", "Blah" ], "Yeah", "Get the picture" ]
When I'm getting:
[ "Whatever" ], [ [ "Blah", "Blah" ] ], [ "yeah" ], [ "Get the picture" ]
Is there a way I can do what I want to do? It'd save me a lot of effort and code. Thanx
- p u n k k i d
"Reality is merely an illusion,
albeit a very persistent one."
-Albert Einstein
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing elements of an array as a ref to another array
by jeroenes (Priest) on Mar 28, 2001 at 17:28 UTC | |
|
Re: passing elements of an array as a ref to another array
by davorg (Chancellor) on Mar 28, 2001 at 17:31 UTC | |
|
Re: passing elements of an array as a ref to another array
by arturo (Vicar) on Mar 28, 2001 at 19:40 UTC |