Hi, my perl code is as simple as....
#!/usr/bin/perl
if (system ("xmessage -default No -nearmouse -buttons Yes:2,No:3 Do you
realy want to run Daily TVG?") == 0){
}
print $?;
The result is 26112 when i press Yes and 25856 when I press No (????????).
If I run from the command line, the result is ok (2/3).
What is going on???
thkx,
-vcf
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
