Help for this page
#!/usr/bin/perl use Tk; ... $m->Button(-text=>"Go",-command=>\&go)->pack; MainLoop;