[tcltk-perl] RE: Tcltk-perl digest, Vol 1 #78 - 2 msgs
Brought to you by:
hobbs
From: M.Srinivasa R. <sri...@in...> - 2005-02-08 05:45:20
|
I am migrating the tcltk scripts from unix to windows OS.The tcltk script contains the following lines of code. ************************************************************ -menu {options -tearoff no command gearmnu -label "Expert Advices" -underline 0 \ -helpstr "Expert Advices" \ -command {exec ksh -c "$pathname/startnetscape http://www.perl.com &} here startnetscape is shell script.This shell script contains the given lines of code /../../netscape -remote "openURL($1,new_window)" ************************************************************ Please help me how to convert above lines of code using the perl.The converted code must work on unix environmebt also. I have replaced the above statement and tried to execute the tcktk script using following code. -command {exec cmd /c "$pathname\\startnetscape.pl http://www.perl.com" &} I am getting only blank Internet explorer without the URL which one is passed. The code of Perl script startnetscape.pl : system("iexplore.exe "); With Regards, Srinivas. -----Original Message----- From: tcl...@li... [mailto:tcl...@li...]On Behalf Of tcl...@li... Sent: Thursday, February 03, 2005 9:48 AM To: tcl...@li... Subject: Tcltk-perl digest, Vol 1 #78 - 2 msgs Send Tcltk-perl mailing list submissions to tcl...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/tcltk-perl or, via email, send a message with subject or body 'help' to tcl...@li... You can reach the person managing the list at tcl...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Tcltk-perl digest..." Today's Topics: 1. mailing list for users of Tcl::Tk perl module is created on perl. org (Konovalov, Vadim) --__--__-- Message: 1 From: "Konovalov, Vadim" <vko...@sp...> To: tcl...@li... Date: Wed, 2 Feb 2005 10:38:32 +0300 Subject: [tcltk-perl] mailing list for users of Tcl::Tk perl module is created on perl. org Dear all, by my request Ask Bjorn Hansen kindly created mailing list for users of Tcl::Tk module, while "tcltk-perl at lists.sourceforge.net" list could probably be for developers. Subscription to this list is tcl...@pe... So I'll update corrseponding information in proper places. For some reason there isn't much traffic in development list currently (i.e. here), but I think this is because currently module has little to discuss, as it is in quite robust shape right now :):):) As for the additional information, now some new features available in Tcl::Tk - destruction of widgets is working - following AUTOLOAD-ing of Tcl::Tk interpreter methods: $int->_foreach(['i','j'],['a'..'zz'],'puts $i-$j'); $int->packageIfneeded('qwerty','1.0',sub{print STDERR "they need package querty...\nthey passed us [@_]\nand that's the end of the matter!\n"}); Best regards, Vadim. --__--__-- _______________________________________________ Tcltk-perl mailing list Tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcltk-perl End of Tcltk-perl Digest |