Re: I need help using Win32::API

2003-03-06 Thread Sisyphus
- Original Message - From: "Louis Fenyvesi" <[EMAIL PROTECTED]> To: "Sisyphus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 2:48 PM Subject: Re: I need help using Win32::API > Thanks for all you help! > > I will check out the PAR module. The applications I am

Parsing test file question

2003-03-06 Thread James
Hi all, I have a test file which conatin words separated by comma and I would like to process and print the result to an ouput file. The output file should only have at most 32 characters per line.If the line read is more than 32 char, then the rest should be printed in the next line. Can anybody

Re: I need help using Win32::API

2003-03-06 Thread Louis Fenyvesi
Thanks for all you help! I will check out the PAR module. The applications I am working on do make use of a TK interface. I imagine that the various DLLs associated with TK would also have to be bundled as well. I few years ago, a actually wrote an application that pulled in a script and all it's

forcing perl to use a different IP Address

2003-03-06 Thread Jaime Teng
Hi, I have NT/2K with 2 IP Addresses. Currently, my script sits on these machines communicating with external machines. However, it is important that my script SHOULD use the IP address where the external machines talked to. ie, 1. machine has IP1 and IP2, 2. external machine opened a tcp port

RE: :Telnet Script Issue

2003-03-06 Thread Allegakoen, Justin Devanandan
---8<-- I was able to resolve my issues with Net::Telnet not working, thank you to everyone who replied to my post. Now I have something different. Below is a script that I wrote, it telnets to a Cisco router, goes into enable mode, and is supposed to print the output of a "show i

Net::Telnet Script Issue

2003-03-06 Thread Lupi, Guy
I was able to resolve my issues with Net::Telnet not working, thank you to everyone who replied to my post. Now I have something different. Below is a script that I wrote, it telnets to a Cisco router, goes into enable mode, and is supposed to print the output of a "show ip route" command. The i

RE: Changing Display Properties?

2003-03-06 Thread Peter Guzis
Check out http://www.roth.net/perl/scripts/scripts.asp?ChRes.pl Peter Guzis Web Administrator, Sr. ENCAD, Inc. - A Kodak Company email: [EMAIL PROTECTED] www.encad.com -Original Message- From: Dax T. Games [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 2:12 PM To: Perl Users Su

Changing Display Properties?

2003-03-06 Thread Dax T. Games
Anyone know how to use Perl to change Display Resolution, Color Depth and Refresh Rate on Win32 operating systems? I don't want to re-invent the wheel if someone has already done it. Dax ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe

Re: automation of SelectAll-Copy-Paste in IE

2003-03-06 Thread Tobias Hoellrich
At 01:14 PM 3/6/2003 -0600, Mohammad Hassan wrote: Hi, i am sorry if this question is too trivial. i was trying to automate the selectall-copy-paste sequence in internet explorer. i open a webpage in IE and then select all the contents of the page , copy them and paste it in the notepad and save it

automation of SelectAll-Copy-Paste in IE

2003-03-06 Thread Mohammad Hassan
Hi, i am sorry if this question is too trivial. i was trying to automate the selectall-copy-paste sequence in internet explorer. i open a webpage in IE and then select all the contents of the page , copy them and paste it in the notepad and save it as a text file. i could have parsed the html data