Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
sql: started http: started eventd: started monitor: started scheduler: started server: started watchdog: started
: : $command = "dfm service list"; @status = system($command); for ($x=0; $x<@status;$x++) { @sql_status = split /\s/, $status[$x]; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: @status issues
by Fletch (Bishop) on Jul 03, 2007 at 15:15 UTC | |
Re: @status issues
by swampyankee (Parson) on Jul 03, 2007 at 15:17 UTC | |
Re: @status issues
by the_hawk_1 (Scribe) on Jul 03, 2007 at 16:31 UTC | |
Re: @status issues
by Moron (Curate) on Jul 04, 2007 at 13:23 UTC |