The best conventions other teams are using that you need to know
Steve Nolte
Developers
Style
map { push @frobbed, frobulate($_) } @list; # not ok @frobbed = map { frobulate($_) } @list; # ok
Perl::Critic
Made with Slides.com