$header{"Number of Drills"} = do { my $ret; foreach my $l ( @drill_arr ) { foreach ( values %{$l->tool} + ) { $ret += $_->count; } } $ret; };
In reply to Re: Am I developing poor style?
by chipmunk
in thread Am I developing poor style?
by el-moe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |