in reply to Re^2: remove lending figures
in thread remove lending figures
tho with 1:00, isn't working
am getting this error Argument "1:00" isn't numeric in numeric gt (>) at HelloWorld.pl line 4.
$string = "1:00"; if (int ($string > 3)) { print "Yes true"; } else { print "Not true"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: remove lending figures
by ikegami (Patriarch) on Sep 18, 2025 at 20:10 UTC | |
by frank1 (Monk) on Sep 18, 2025 at 21:20 UTC | |
Re^4: remove leading figures
by LanX (Saint) on Sep 18, 2025 at 20:23 UTC |