* Chris Dolan <[EMAIL PROTECTED]> [2005-07-21 23:30]: > Yes, I see your point about the experimental status. Well, > it's the only way I could think of to implement varying return > values via the regexp. I'm using only the most basic aspect of > the (?{code}) feature, so I'm safe unless someone takes $^R > away from me. :-)
Well, not to worry. I rely on the thing a lot, myself. I’m just nitpicking about your use of “reliably.” ;-) Regards, -- #Aristotle *AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}; &Just->another->Perl->hacker;