Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Tk/Perl Command

by £okì (Scribe)
on Mar 20, 2003 at 16:48 UTC ( [id://244634]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $button_submit = $lf->Button(
        -text => 'Search',
        -command => \&get_data
    )->pack(qw//);
    
  2. or download this
    my @info;
    my $button_submit = $lf->Button(
        -text => 'Search',
        -command => \@info = \&get_data
    )->pack(qw//);
    
  3. or download this
    $varname->configure(-textvariable => 'helloo');
    
  4. or download this
    Tk::Error: Can't call method "configure" on an undefined value at disp
    +atch.pl li
    ne 158.
    ...
     Tk::__ANON__ at C:/Perl/site/lib/Tk.pm line 228
     Tk::Button::butUp at C:/Perl/site/lib/Tk/Button.pm line 111
     (command bound to event)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://244634]
Approved by dga
Front-paged by Tanalis
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-20 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found