Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

GUIs in Tk.:Zinc; a perl module experiment

by rocklee (Beadle)
on Nov 02, 2008 at 19:08 UTC ( [id://720966]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub new {
      my ($proto, $zinc, $args) = @_;
    ...
    }
    
    sub packer { .. }
    
  2. or download this
    package ButtonCollection;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
      $mainmenu -> pack;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 21:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found