in reply to Re: Storing hash to disk with variable name
in thread Storing hash to disk with variable name

Thanks Abigail, that sounds very much like the kind of explanation I was looking for !!!

Now please for the Perl challenged programmer who only uses Python and C:

How do I "bless a hashref into the class FuncAssociateData" ???

  • Comment on Re: Re: Storing hash to disk with variable name

Replies are listed 'Best First'.
Re: Storing hash to disk with variable name
by Abigail-II (Bishop) on Feb 23, 2004 at 17:13 UTC
    How do I "bless a hashref into the class FuncAssociateData" ???
    Take a guess.

    Abigail

      Sorry for asking such a silly question - I 'blessed' now and it stores the name and works fine with the program.

      Thanks again!