in reply to
Re: eval BLOCK with runtime-loaded code?
in thread
eval BLOCK with runtime-loaded code?
but don't forget that:
"... no matter how many times you execute that particular line (unless you're in an eval("...")), $coderef will still have a reference to the same anonymous subroutine."
as quoted in
this
link under perldoc.
Comment on
Re^2: eval BLOCK with runtime-loaded code?
In Section
Seekers of Perl Wisdom