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

Re: If Statement

by fruiture (Curate)
on Nov 04, 2002 at 18:51 UTC ( [id://210244]=note: print w/replies, xml ) Need Help??


in reply to If Statement

Because Perl is not C.

$a = $b if $a != $b; # or if you want to stick to the order if( ) then; $a != $b and $a = $b;
--
http://fruiture.de

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 14:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found