Does anyone have any thoughts on speed and/or weight of Perl vs. Bash ( or
another shell ) when running script monitors?
The included Perl examples seem heavy-handed at best. Eg. the one I'm looking at
at the moment just runs some grep and awk commands under the blankets. Surely,
this would be better accomplished using pure Perl?
And, if you really wanted the grep/awk stuff, wouldn't it be better to just run
them from a nice lightweight shell rather than Perl.
Seems to be the worst of both worlds.
Thx.