Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
        $wiz->focus;
        MainLoop;
    } ## end sub PM899927
    
  2. or download this
    #~ http://cpansearch.perl.org/src/LGODDARD/Tk-Wizard-2.151/t/160_textb
    +ox.t
    sub T160 {
    ...
    
    __END__
    
  3. or download this
    http://cpansearch.perl.org/src/LGODDARD/Tk-Wizard-2.151/lib/Tk/Wizard.
    +pm
    
    sub addTextFramePage {
    ...
    
        return $frame;
    }