in reply to Re: Re: Why do we say the =~ operator "binds"?
in thread Why do we say the =~ operator "binds"?
It is far more accurate to talk about "applying" the pattern to the string.
Or, for Jah's sake, why not simply "the string is tested against the pattern"?
"=~ is the pattern-applying operator."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why do we say the =~ operator "binds"? (unapplied?)
by tye (Sage) on May 03, 2004 at 07:07 UTC | |
by jdporter (Paladin) on May 03, 2004 at 13:41 UTC |