Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

String comparison of numbers

by dsb (Chaplain)
on Mar 09, 2006 at 15:08 UTC ( [id://535405]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # these two variables are indentical when printed to STDOUT
    $var1 = rand(1);
    ...
    } else {
        print "got problems?\n";
    }
    
  2. or download this
    # these two variables are indentical when printed to STDOUT
    $var1 = rand(1);
    ...
    } else {
        print "got problems?\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found