[tcltk-perl] RE: Tcltk-perl digest, Vol 1 #78 - 2 msgs
by M.Srinivasa Rao other posts by this author
Feb 7 2005 9:46PM messages near this date
RE: [tcltk-perl] RE: Tcltk-perl digest, Vol 1 #78 - 2 msgs
|
[tcltk-perl] RE: Tcltk-perl digest, Vol 1 #78 - 2 msgs
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: tcltk-perl-admin@[...].net
[mailto:tcltk-perl-admin@[...].net]On Behalf Of
tcltk-perl-request@[...].net
Sent: Thursday, February 03, 2005 9:48 AM
To: tcltk-perl@[...].net
Subject: Tcltk-perl digest, Vol 1 #78 - 2 msgs
Send Tcltk-perl mailing list submissions to
tcltk-perl@[...].net
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
tcltk-perl-request@[...].net
You can reach the person managing the list at
tcltk-perl-admin@[...].net
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" <vkonovalov@[...].com>
To: tcltk-perl@[...].net
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 tcltk-subscribe@[...].org
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
Tcltk-perl@[...].net
https://lists.sourceforge.net/lists/listinfo/tcltk-perl
End of Tcltk-perl Digest
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tcltk-perl mailing list
Tcltk-perl@[...].net
https://lists.sourceforge.net/lists/listinfo/tcltk-perl
Thread:
M.Srinivasa Rao
Jeff Hobbs
|