in reply to How do I dynamically declare a package name for

I know a clumsy work-around. Export all your functions as strings to be eval'd, or as references. Export them in a hash, maybe. Then when you want to use them just set the tempory function variable to the right hash key and you'll be executing the right function in your subroutine.

You're probably going to want to do something with references to functions, it just depends on your exact circumstance.

____________________
Jeremy
I didn't believe in evil until I dated it.

  • Comment on Re: How do I dynamically declare a package name for