in reply to Re: Bug with nested named capture buffers
in thread Bug with nested named capture buffers
my %plus = ();
while (my ($k, $v) = each %-) {
$plus{$k} = $v->[0] if scalar(@$v)>=1;
}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Bug with nested named capture buffers
by ikegami (Patriarch) on Aug 31, 2008 at 19:19 UTC |