Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Tk;
    ...
      my @msg = shift;
      print @msg, "\n";
    }
    
  2. or download this
    #  $MW->Label(-text=>"This line will cause a segfault") -> pack;