in reply to Re: Re: using symbol table lookup
in thread using symbol table lookup

Use Exporter, or write a subroutine in each program that returns the filename, or a hash reference of values.

Leave symbol-table mucking about for when there's really no other way to do that (basically run-time code generation).