Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: unexpected result using '>='

by Thelonius (Priest)
on Aug 17, 2006 at 16:31 UTC ( [id://567961]=note: print w/replies, xml ) Need Help??


in reply to Re^3: unexpected result using '>='
in thread unexpected result using '>='

But you almost never want to use ge for comparing numbers. For example,
my $x = 3; my $y = 20; if ($x ge $y) { print "$x ge $y\n"; }
will print "3 ge 20".

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://567961]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-28 23:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found