> I'm just not getting it.
> 
> When do you use ( in a statement, when do you need to use ((, and is
> the space after either or both mandatory?
> 
> For example, I coded this statement:
> 
> if (( $_ eq $bad_guys_ip )) { more_stuff_here };

(( )) is ksh integer test syntax, and has nothing to do with perl. Just use ( ).

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to