http://www.perlmonks.org?node_id=654917


in reply to Re^2: Format Style Opinions: my, ternary, subroutine
in thread Format / Logical Expression / Style Opinions: my, ternary, subroutine, @_

My first thought is "If it's good enough for system, it's good enough for me"

$ perl -e 'system("ls", "/home/brian");' # ... my stuff $ perl -e 'system("ls", "-lrt", "/home/brian");' # ... my stuff