Kevin Pfeiffer wrote at Sun, 07 Jul 2002 22:34:36 +0200:

> What is the difference between "if ( $test =~ m/...)" and "if ( $test =~ /...)" 
                                                    ^/^                       ^/^
> (without the "m")?
> (If any?)

For Perl there's no difference,
but some editors make a difference in syntax highlighting.

E.g. my favourite one 'nedit' has sometimes problems to discover
for it's own, that I'm writing a regex and not a 4 / 5 expression,
escpecially when writing the regex over multiple lines.


Cheerio,
Janek


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to