in reply to Re: Win32::GUI::Textfield problems
in thread Win32::GUI::Textfield problems
No error.#!perl use strict; use warnings; my %hash = ( one => 1, two => 2, ); print "$_ => $hash{$_}\n" for keys %hash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::GUI::Textfield problems
by heroin_bob (Sexton) on Jul 20, 2004 at 22:12 UTC |