Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w use strict; my $output=`my_command -v`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: System command & warnings
by blue_cowdawg (Monsignor) on May 13, 2004 at 14:18 UTC | |
by ambrus (Abbot) on May 13, 2004 at 17:57 UTC | |
|
Re: System command & warnings
by ysth (Canon) on May 13, 2004 at 16:11 UTC | |
|
Re: System command & warnings
by Taulmarill (Deacon) on May 13, 2004 at 14:25 UTC |