in reply to system commands

Untested code (im W2k user as well so i cant...)

print "Server rebooted in last 24 hours" if (split/\s+/,`uptime`)[3]<1;
But the array index might be wrong as I dont know what uptimes output looks like.

Yves / DeMerphq
--
When to use Prototypes?
Advanced Sorting - GRT - Guttman Rosler Transform