in reply to New to Perl - Question about using &&
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 }
|
|---|