Dear all,
How do I run a Perl script in the exec() function? I tried the below but it doesn't work:
exec('cmd','c:\temp\test.pl',0)
Did I miss something? ...
Regards,
Janet