Can I do this?if(($sym == 1) && ($mac == 1)) { print STDERR "Both not avail\n"; exit 0; }
Is there a better way or is this the best way to do this? I am puzzled if I can put the "exit" in the above statement the way I have it?print STDERR "Both not avail\n";exit if(($sym == 1) && ($mac == 1));
In reply to Condense the script by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |