in reply to Regex tutor in Perl/Tk
This keeps your code more concise and makes the differences between the widgets easier to see.my @props = ( '-color' => COLOR, '-justify' => 'left', '-etc' => 'etc' ); my $button = $root->Button( -text => 'Sample', @props )->pack();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (ichi) Re: Regex tutor in Perl/Tk
by Popcorn Dave (Abbot) on Jul 01, 2002 at 16:16 UTC |