Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Tk/Perl Command

by hiseldl (Priest)
on Mar 20, 2003 at 18:02 UTC ( [id://244668]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @info;
    my $button_submit = $lf->Button(
        -text => 'Search',
        -command => [\&get_data, \@info],
    )->pack(qw//);
    
  2. or download this
    my @info;
    my $button_submit = $lf->Button(
        -text => 'Search',
    ...
        # call configure on the widget
        $tkwidget_ref->configure(...);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://244668]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-19 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found