in reply to Re: Eval and system()
in thread Eval and system()

Sorry to insist, but: eval { system("fake_command) }; does not compile on my machine, due to a missing " and that's correct behaviour.

Perhaps your Perl has a bug?