in reply to Re: subroutines and namespace
in thread subroutines and namespace
(Just to list one non-obvious way that a non-trivial error in $routine may need to be handled.)
UPDATE
Re the reply, I understand fully. I just like pointing
these things out because you have to expect people to just
lift code from here directly without understanding the
issues. So if you are posting it as a suggestion, it
should look like production code.
That said, I find the eval solution painful on the face of it. I would prefer to solve that with just using Filter::Simple and a few well-chosen macros. If I was going to solve things that way. Which I would probably avoid for reasons listed above...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (tilly) 2: subroutines and namespace
by jepri (Parson) on Nov 03, 2001 at 11:46 UTC |