in reply to Re: Hash of Arrays using Perl::Tk
in thread Hash of Arrays using Perl::Tk

His code does not work, a well as yours. Other than that my is needed for quite a few places, if you search his code, $array appeared only once, and it is on the rght side of some assignment.

Replies are listed 'Best First'.
Re^3: Hash of Arrays using Perl::Tk
by davidj (Priest) on Dec 01, 2004 at 08:27 UTC
    You are incorrect. My code works. First, if you notice I removed use strict;, so my is not needed. Second, with the modifications I made, it runs perfectly on my system.
    davidj