Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

perl TK: Dynamically changing number of inputs at run time.

by Ganesh Bharadwaj1 (Sexton)
on Jun 17, 2016 at 06:09 UTC ( [id://1165938]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use Tk;
    
    ...
        $txt -> insert('end', "Farienhiet is $farienhiet degrees.");
    }
    
  2. or download this
    my $scl = $mw -> Scale(-label=>"No of Celcius Values to convert :",
         -orient=>'v',         -digit=>1,
         -from=>1,        -to=>10,
         -variable=>\$celcius,    -tickinterval=>2);
    

Log In?
Username:
Password:

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

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

    No recent polls found