in reply to Re^4: Perl Tk label references
in thread Perl Tk label references
BTW: many monks will recommend use warnings; use strict;: this would have shown your original \$ref_hash{'VM-1'} issue at compile-time.
edit: ... and many consider a more readable de-referencing for a hashref to be \$ref_hash->{'VM-1'} instead of \$$ref_hash{'VM-1'} (I knew I wanted to say two things, but when I replied to myself, I couldn't recall the second.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl Tk label references
by thimes (Acolyte) on Nov 10, 2016 at 22:41 UTC |