in reply to Accessing the hash name in perl
I would not even think of doing it that way. Consider perhaps using Exporter instead which would be much cleaner. You could also simply have a getter in the package which you call. TIMTOWTDI but yours is not the one I would choose.
|
---|