sub foo { my @args = @_; unless (scalar @args) { warn "No args in foo!"; return; } return join ':' => @args; }
In reply to Re^5: How has your coding style changed over the years?
by Anonymous Monk
in thread How has your coding style changed over the years?
by stevieb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |