Help for this page

Select Code to Download


  1. or download this
    package Widget2;
    
    ...
    # go ahead and create elements in the widget, like it would be a 
    # standalone app (don't forget to add the close button :D
    
  2. or download this
    sub load_tool {
        my $class = shift;
    ...
            my $msg = "Initialization of tool $class failed:\n\n";
        }
    }