randomspam
has asked for the wisdom of the Perl Monks concerning the following question:
Hey everybody, im trying to open a command in perl that will continue to gain output from a vmstat and then go through the output
What is the best practice to open such a command... should i just open a perl::tail to the command or is there a better way to achieve this?
Thanks alot.
Comment on
Output from command
Replies are listed 'Best First'.
Re: Output from command
by
Khen1950fx
(Canon)
on Jun 10, 2007 at 04:27 UTC
There's a better way. To get get started, see
VBTK::Wrapper::Vmstat
[reply]
Back to
Seekers of Perl Wisdom