in reply to
parsing output of uptime
perl carries rather a lot of overhead for a SSI. There is more than one way to do it. How about: uptime | awk '{print $3, $4, $5}' | tr ',' ' '
Comment on
RE: parsing output of uptime
In Section
Seekers of Perl Wisdom