- or download this
if ((-e $info) and ($query =~ /support/))
- or download this
if ((-e $info) and ($query ne /support/))
- or download this
1. match $_ with /support/
2. compare the result (which will be true or false)
as a string with $query...
- or download this
perldoc perlre
perldoc perlop (look at the section on m// )
- or download this
--
Joost downtime n. The period during which a system
is error-free and immune from user input.