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

Re: what is benefit of unless ?

by prasadbabu (Prior)
on Feb 05, 2005 at 12:12 UTC ( [id://428304]=note: print w/replies, xml ) Need Help??


in reply to what is benefit of unless ?
in thread unless statements

It is not similar statement.

$a = 10; print "if stmt true" if ($a == 10); print "unless" unless ($a == 10);

Prasad

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-19 20:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found