in reply to Re: Return value from a binding operator?
in thread Return value from a binding operator?
it's a character class with just one element '/', which is negated b/c of leading '^'.
That means: match any character except '/'.
see perlretut Using-character-classes for details
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|