in reply to This turned out not to be the disaster I expected

  • Comment on Re: This turned out not to be the disaster I expected

Replies are listed 'Best First'.
Re^2: This turned out not to be the disaster I expected
by kyle (Abbot) on Jun 06, 2007 at 19:45 UTC

    Actually, it looks as if exec does not do the job. I get "foo" from:

    perl -le '$x="exec";eval $x;print "foo";'

    Not so for dump and exit.

Re^2: This turned out not to be the disaster I expected
by FunkyMonk (Chancellor) on Jun 06, 2007 at 19:50 UTC