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

Re^2: check if 2 values are equal

by thedoe (Monk)
on Jan 24, 2006 at 19:24 UTC ( [id://525294]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub equals {
        my ($val1,$val2) = @_;
    ...
            return $val1 eq $val2;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found