in reply to Re: foreach not doing what I expect it to be doing
in thread foreach not doing what I expect it to be doing
open(DEBUG, ">bucket.txt"); foreach my $bucket ( @bucketList ) { print DEBUG Dumper($bucket); } close(DEBUG);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: foreach not doing what I expect it to be doing
by kwaping (Priest) on Feb 08, 2006 at 23:54 UTC |