Re: System call and release

2004-03-03 Thread Sam Schinke
Hello alex, If you want your program to terminate immediately, try using "exec". Wednesday, March 3, 2004, 2:07:50 PM, you wrote: ap> < code > ap> $executeNewGuest = system("\"$dir\\application.exe\"") || exit; ap> <\ code > ap> TYIA -- Best regards, Sammailto

Re: watch a child

2004-02-06 Thread Sam Schinke
Hello joachim, I had to deal with this issue for a program I spend some time developing for (POPFile). The "platform compatible" way to do this, as far as I was able to determine is as follows (and according to the following constraints and "features"): Constraint 1) "select"

Re[2]: Checkboxes

2004-01-27 Thread Sam Schinke
Hello Jim, Tuesday, January 27, 2004, 7:46:33 PM, you wrote: JH> $Bill Luebkert in <[EMAIL PROTECTED]>: >> Jim Hill wrote: >> >> > Flags=1414 >> > >> > Is there a module or a perl algorithm for determining which of >> > the 14 checkboxes are enabled from a "Flags=" value? >> >> I would just us

Re: unable to catching signal

2004-01-14 Thread Sam Schinke
Hello du4mi, Wednesday, January 14, 2004, 6:11:17 AM, you wrote: dgd> but if I kill this process from another cmd window with dgd> perl -e "kill INT => xxx"; where xxx is pid of running test.exe dgd> signal is not catched and test.exe is ended. dgd> this behaviour with ABRT, HUP, QUIT etc The

Re[2]: win32/linux socket communication. (update)

2004-01-07 Thread Sam Schinke
Hello Jeremy, Wednesday, January 7, 2004, 12:27:19 AM, you wrote: JA> The following is the solution. you will notice that i have added JA> the linux [cr] [lf], followed by a perl \r\n. The reason for this JA> would be, in order for linux to RETRIEVE a line of data through a JA> socket, from