![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: System() or the like (code)by deprecated (Priest) |
on Sep 18, 2001 at 02:48 UTC ( #112996=note: print w/replies, xml ) | Need Help?? |
Um, I am surprised nobody has mentioned qx//. I tend to prefer qx{ foo } over backticks because it is much easier to see at high resolution.
Also, several shell programming books I have read say that the use of backticks is, er, deprecated. They prefer to use $(), which qx{} somewhat resembles. Just my too sense. brother dep --
In Section
Seekers of Perl Wisdom
|
|