* Bruno Negrao <[EMAIL PROTECTED]> [2003-11-13 18:33]: > I read the Devel::SawAmpersand documentation but I simply could > not understand what this module does. Instead of its > documentation explains what this module does, the documentation > teaches techniques to avoid $', $& and $` variables....
You should ask its author, not this list. Nevertheless, since the source is there, I had a look. All it does is offer a function that reports whether Perl has at this point seen one of the match variables you mention. I expected that much after reading the POD, of course, but it wasn't clear. -- Regards, Aristotle "If you can't laugh at yourself, you don't take life seriously enough."
