in reply to Shortcut operator for $a->{'b'}=$b if $b;
$a = { map { $val = some_derivation($_) ? ( $_ => $val ) : () } qw(a b c) };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Shortcut operator for $a->{'b'}=$b if $b;
by rokadave (Sexton) on Sep 20, 2005 at 16:40 UTC | |
by ikegami (Patriarch) on Sep 20, 2005 at 17:02 UTC |