怎样得到 Button 的 -text ?

怎样得到 Button 的 -text ?

怎样得到 Button 的 -text ?
#!usr/local/bin/perl -w
use strict;
use Tk;

my $main=new MainWindow;
$main->Button(-text=>'100')->pack();
$main->MainLoop;

1;

怎样得到上面程序中 Button 的 -text 呢?(就是其上显示的 100)
谢谢!
还有一个问题:--在 $ma.
还有一个问题:
在 $main->Button(-text=>'100',-command=>\&mysub)->pack(); 里
怎样向子程序 mysub 传递参数呢?




   

$main->Button(-text=&.
$main->Button(-text=>'100',-command=>s4b {&mysub (111)})->pack();