Help for this page
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
sub load_tool { my $class = shift; ... my $msg = "Initialization of tool $class failed:\n\n"; } }