Help for this page

Select Code to Download


  1. or download this
    if($country eq (India|America|Germany|Austria))
    {
          print "True";
    }
    
  2. or download this
    if($country eq "India"|$country eq "America"|$country eq "Germany"|$co
    +untry eq "Austria")
        {
          print "True";
        }