Mathew Snyder schreef:
> You'll notice in the section that creates the filehandle I have a
> statement that says "next if $address =~ m/^#/gmx;".  I had to escape
> the "#".  Can anyone tell me why that is?  It isn't a special
> character for regexes that I've ever seen used. 

Check out what the x-modifier means (read perlre). 

-- 
Affijn, Ruud

"Gewoon is een tijger."

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


Reply via email to