Help for this page

Select Code to Download


  1. or download this
    @array = (10,11,12,13,14,20,21,25);
    $x=1
    ...
    {
    ...
    }
    
  2. or download this
    if (grep($_=$x, @array))
    {
    
    }