in reply to The weirdest problem with undef
for my $mode (@probe_modes) {
local (@source,@destination);
create_map_file $mode;
get_elements; # @source and @destination are filled here
scan_matrix $mode;
@source =();
@destination =();
}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: The weirdest problem with undef
by insaniac (Friar) on Dec 22, 2004 at 15:39 UTC | |
|
Re^2: The weirdest problem with undef
by blazar (Canon) on Jun 28, 2005 at 10:15 UTC |