in reply to Re^2: delete array of hashes
in thread delete array of hashes

I don't think that can be true if you empty the array as you have been shown above. Perhaps you can show us the relevant parts of your code.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^4: delete array of hashes
by popsin (Initiate) on Sep 16, 2004 at 17:29 UTC
    Well, I probably have a problem with variable definitions.
    When I put "use strict" the program doesn't work so I had to comment that line...

    See you later when I figure it out myself.