Hi,
   I am looking for URL's that end in .html OR  .htm or /

if($URL =~ /[.html$|.htm$|\/$]/) {
#do somthing
}

whats wrong with the above expression ?

Mandar


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to