- or download this
$uptime=`cat /proc/uptime`;
print ref(\$uptime)," $uptime\n";
$uptime*=1;
print ref(\$uptime)," $uptime\n";
- or download this
SCALAR 12844.72 24452.05
SCALAR 12844.72
- or download this
$uptime=`cat /proc/uptime`;
print ref(\$uptime)," $uptime\n";
$uptime*=2;
print ref(\$uptime)," $uptime\n";
- or download this
SCALAR 12956.65 24667.72
SCALAR 25913.3