in reply to Re: Re: Perl Tk User Interface & the rest of the Perl program
in thread Perl Tk User Interface & the rest of the Perl program
Here is oneliner for Win32 that will demonstrate what I just said:
OTOH there are quite a lot of examples of Tk programs here and there, so you can start using them right away.perl -MTk -lwe "for(tkinit){$_->Button(-text=>'test',-command=>sub{pri +nt'do anything you want here, i.e. call your favourite program'})->pa +ck;$_->Text->pack};MainLoop"
Courage, the Cowardly Dog
|
|---|