Ken Gillett wrote:
I want to pass a string to a subroutine and use that as the name of the
hash to tie to a dbm file (or use dbmopen). But I can't make it work
with a hash reference in the sub routine.
If I use the same code outside the sub or hard code the hash name (i.e.
no ref) within the su
On Wed, 19 Jan 2005, Ken Gillett wrote:
> I want to pass a string to a subroutine and use that as the name of
> the hash to tie to a dbm file (or use dbmopen). But I can't make it
> work with a hash reference in the sub routine.
>
> If I use the same code outside the sub or hard code the hash n
I want to pass a string to a subroutine and use that as the name of the
hash to tie to a dbm file (or use dbmopen). But I can't make it work
with a hash reference in the sub routine.
If I use the same code outside the sub or hard code the hash name (i.e.
no ref) within the sub it all works perf