Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: Tk vs. wxPerl

by dree (Monsignor)
on Dec 15, 2002 at 15:34 UTC ( [id://220008]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Tk;
    ...
    my $mw = MainWindow->new( -height => 100, -width => 350);
    $mw->title ("Hello, world!");
    MainLoop;
    
  2. or download this
    use strict;
    use Wx;
    ...
    
    my( $app ) = MyApp->new();
    $app->MainLoop();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found