Help for this page

Select Code to Download


  1. or download this
    sub Paste{
    print "start\n";
    ...
    
    print "end\n";
    }
    
  2. or download this
    use lib '.';
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    $t->pack(-expand => 1, -fill => 'both');
    Tk::MainLoop;