in reply to Re^4: RFC: Perl-Critic policy: ProhibitInlineSystemArgs
in thread RFC: Perl-Critic policy: ProhibitInlineSystemArgs
There's always a way of coding things that doesn't run afowl of this stricture, and it doesn't involve extra work for the coder
Sorry theorbtwo (nice to see you BTW), but that just isn't so. Take
system 'myprog | tee mylog | sort >myfile.sorted';
Perhaps you would consider how little (much) extra work is involved for the coder to achieve the above without using the shell?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: RFC: Perl-Critic policy: ProhibitInlineSystemArgs
by runrig (Abbot) on Jul 02, 2006 at 03:16 UTC | |
by BrowserUk (Patriarch) on Jul 02, 2006 at 07:36 UTC | |
by runrig (Abbot) on Jul 03, 2006 at 16:42 UTC | |
by BrowserUk (Patriarch) on Jul 03, 2006 at 21:49 UTC |