in reply to Perl 4 qx doesn't work

If it's failing, there must be some sign of failure. Is there an error message? Is asp.exe even executed? What does and what doesn't happen?
Or should we just guess what your problem is?

2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$

Replies are listed 'Best First'.
Re: Re: Perl 4 qx doesn't work
by gtmeyer (Novice) on Dec 18, 2001 at 19:38 UTC
    Sorry, no error at all - nothing. There is a pause that is the same length as when I run the command from the command prompt rather than the script, but no error message at all. Another person has suggested I look into the system function. I'll start there. Thank you for taking the time to comment.