in reply to Re: Pulling out an element from a function return without using an intermediate list
in thread Pulling out an element from a function return without using an intermediate list
use strict; my(undef, $aa, $bb) = dir(); Can't declare undef operator in my at (eval 159) line 2, near ") ="
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Pulling out an element from a function return without using an intermediate list
by GrandFather (Saint) on Feb 19, 2007 at 22:16 UTC | |
|
Re^3: Pulling out an element from a function return without using an intermediate list
by ikegami (Patriarch) on Feb 19, 2007 at 22:17 UTC | |
|
Re^3: Pulling out an element from a function return without using an intermediate list
by Joost (Canon) on Feb 19, 2007 at 22:36 UTC |