I think what this oerson means is this:


What is the format of a if then else statement in perl??
I know in basic is would be

If (condition) then (result1) else (result2)

its a matter of code syntax referral

In perl is it

if condition
    {
    result1
    }

?????????


Lou


Reply via email to