in reply to (bbfu) (reference to global variable) Re: associate that array with this hash?
in thread associate that array with this hash?

still doesn't seem to work, the output looks like this
01 => ARRAY(0x20038aa0) 02 => ARRAY(0x20038b30) 03 => ARRAY(0x20038b90)
thanks
  • Comment on Re: (bbfu) (reference to global variable) Re: associate that array with this hash?
  • Download Code

Replies are listed 'Best First'.
(bbfu) (bad output) Re2: (bbfu) (reference to global variable) Re: associate that array with this hash?
by bbfu (Curate) on Sep 27, 2001 at 20:11 UTC

    See my update. Basically: the print is bad, the data is good.

    bbfu
    Seasons don't fear The Reaper.
    Nor do the wind, the sun, and the rain.
    We can be like they are.

      Thanks for all the help. All issues have been resolved :)

        $data = $dbparms{'01'}[3];

        There are, of course, other ways (syntaxes) to do it, but they all amount to the same thing, and I find this way the most clean and easy.

        bbfu
        Seasons don't fear The Reaper.
        Nor do the wind, the sun, and the rain.
        We can be like they are.