Help for this page
my $user_wizard = new Tk::Wizard( ... $user_wizard->Show; MainLoop; __END__
my $user_wizard = new Tk::Wizard( -title => " User Wizard", ... -imagepath => "z:\\BPP\\people.gif", -resizable=>"0", );