![]() |
|
There's more than one way to do things | |
PerlMonks |
equivalent code for unlessby Anonymous Monk |
on Feb 05, 2005 at 12:15 UTC ( #428305=note: print w/replies, xml ) | Need Help?? |
is this the equivalent code for " unless(condition)" ?
if !(condition)
{
...
...
}
else
{
...
...
}
reply soon,
barun parichha
In Section
Tutorials
|
|