Re: Win32-API GetAsyncKeyState

2004-12-03 Thread Johan Lindstrom
At 04:09 2004-12-03, [EMAIL PROTECTED] wrote: how do i use GetAsyncKeyState in perl? Something like this? my $rsGetAsyncKeyState = new Win32::API(user32, GetAsyncKeyState, N, I); my $ret = $rsGetAsyncKeyState-Call($keyCode);

FTP Question

2004-12-03 Thread Conor Lillis
Title: FTP Question Hi, I have an issue with a file I am transferring using FTP. It contains some unusual Irish language chars, such as PADRAIC Ó MáILLE, this appears in my target file as PADRAIC Ë MßILLE. I am using NET::FTP to transfer the file, if anyone can offer insight on codepages or

[Perl-unix-users] RE: FTP Question

2004-12-03 Thread Conor Lillis
Title: FTP Question issue resolved, when FTPing in biinary mode, and viewing the output in a command window, the chars were "wrong", in the actual file FTPed with binary mode switched on, they are what I was expecting. Hope I didnt waste anyone's time worrying over that one.

Kim Greene/IS/Group/Paramount_Pictures is out of the office.

2004-12-03 Thread Kim_Greene
I will be out of the office starting 12/03/2004 and will not return until 12/06/2004. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Win32 process auto-restart on error/crash or kill

2004-12-03 Thread mailware
Hi all, how do i automatically get a script to restart itself on error/crash or kill? I tried $SIG{INT}, but that only works with Ctrl-C, in a console. Lets say i were to kill the process using the Task Manager (end process). How do I get the script to automatically restart? Thanks in advance

RE: Win32 process auto-restart on error/crash or kill

2004-12-03 Thread Wagner, David --- Senior Programmer Analyst --- WGO
[EMAIL PROTECTED] wrote: Hi all, how do i automatically get a script to restart itself on error/crash or kill? I tried $SIG{INT}, but that only works with Ctrl-C, in a console. Lets say i were to kill the process using the Task Manager (end process). How do I get the script to