Re: Immediate IF

2003-01-20 Thread Rob Dixon
Nicole Seitz wrote: > Hi there! > > Today just a short question: Is there an Immediate If-Function in > Perl? Same as C: $noun = ( $count == 1 ? 'rabbit' : 'rabbits' ); (parentheses not strictly necessary). BTW, don't go around calling it an

Immediate IF

2003-01-20 Thread Nicole . Seitz
Hi there! Today just a short question: Is there an Immediate If-Function in Perl? Thanx for your help in advance! Nicole -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]