if (defined($info) and (-e $info)) { unless ($query =~ /support/)) { print ""; print "Product Listing

"; } open (FILE, $info) or die "Can't open file!"; print while ; close FILE; }