Help for this page

Select Code to Download


  1. or download this
    
    if ((-e $info) and ($query =~ /support/))
    ...
    
               }
    
  2. or download this
    if (-e $info)
    {
    ...
               }
    }
    
  3. or download this
    if ((-e $info) and ($query ne /support/))