rather than using the bang before your paren. Also, I should note that you don't need to write the "if" part twice. As you can see by my code i use only one if(___) and inside those, bracket off each condition i'm checking.if (($condition ne 'SN') && ($condition ne 'SU')) { #Code }
In reply to Re: New to Perl - Question about using &&
by LTjake
in thread New to Perl - Question about using &&
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |