Help for this page
if(($sym == 1) && ($mac == 1)) { print STDERR "Both not avail\n"; exit 0; }
print STDERR "Both not avail\n";exit if(($sym == 1) && ($mac == 1));