- or download this
sub Populate
{
...
}
- or download this
my $entry = $frame -> Entry(
-textvariable => $tv, # NOTE
) -> pack(-fill => 'x');
- or download this
GUIask (
-textvariable => \$input,
)
- or download this
sub Populate
{
}
- or download this
my $label = $frame -> Label (
-fg => 'blue',
-font => 30
) -> pack(-fill => 'x' );
- or download this
Entry(
-textvariable => $tv,
) -> pack(-fill => 'x');