Help for this page

Select Code to Download


  1. or download this
    if(($sym == 1) && ($mac == 1))
    {
        print STDERR "Both not avail\n";
        exit 0;
    }
    
  2. or download this
    print STDERR "Both not avail\n";exit if(($sym == 1) && ($mac == 1));