I am (admitedly) unfamiliar with OO Perl. I understand enough to grok what you are saying, Wiggins, but I have a question.
Does a sub (like the one above) have a problem with being called with & as opposed to not being called with an & with OO Perl? That questions was worded weird. Let me try again. As I understand it, if you call a sub with '&subname', the sub's @_ variable will share the calling scope's @_ variable, BUT, if you call the sub with 'subname()' it will get it's own, fresh @_. is that true? And if it is, does this affect the subs being used with OO Perl? --Errin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
