http://qs321.pair.com?node_id=314378


in reply to "Invalid argument" error with exec()

On "perl, v5.8.1 built for MSWin32-x86-multi-thread"
this worked fine:
exec("exectest.pl") or die "Error $!\n";

Update: Same code also worked on "perl, v5.8.0 built for i386-linux-thread-multi"

- Tom