Help for this page

Select Code to Download


  1. or download this
    $widgetname->configure(-this => 'that');
    $someotherwidget->configure(-this => 'that');
    $mw->configure(-this => 'that');
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $caller->configure(-text=>"Hello Stranger");
    }
    __END__
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $l->configure(-text=>'bye');
    }