Help for this page
if ((-e $info) and ($query =~ /support/)) ... }
if (-e $info) { ... } }
if ((-e $info) and ($query ne /support/))