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