http://qs321.pair.com?node_id=11146097


in reply to Re^4: How has your coding style changed over the years?
in thread How has your coding style changed over the years?

sub foo { my @args = @_; unless (scalar @args) { warn "No args in foo!"; return; } return join ':' => @args; }