in reply to Re: What is the * postfix operator, pre-'feature postderef'?
in thread What is the * postfix operator, pre-'feature postderef'?
$uptime=`cat /proc/uptime`; print ref(\$uptime)," $uptime\n"; $uptime =~ s/\s.*//; print ref(\$uptime)," $uptime\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What is the * postfix operator, pre-'feature postderef'?
by GrandFather (Saint) on Sep 10, 2014 at 21:28 UTC |