http://qs1969.pair.com?node_id=790919


in reply to Re^5: Dynamically Changing Packages w/out Eval
in thread Dynamically Changing Packages w/out Eval

it's still annoying to debug warnings like "Argument isn't numeric at eval 2718, line 314".

Note that my code does nothing but load a module. Everything is calculate beforehand. To avoid problems such as the one you mention, calculate everything in advance or move the calculations into a sub called from the evaluated code.

There's something very wrong if you're evaluating 314 lines.