in reply to Re: Re: How to use eval?
in thread How to use eval?

eval is a shell builtin. Just rename your script or run it with perl eval.

Replies are listed 'Best First'.
Re: Re: Re: Re: How to use eval?
by matija (Priest) on Apr 09, 2004 at 08:09 UTC
    ./eval would probably work, too (or would at least complain if he forgot to make it executable...)

      ah, I sometimes fall through this trap, when I've made an executable named test. But till I've removed . from the PATH, I never get caught like this, as I always have to type ./whatever.

      Update: s'ed "test" to "trap". Was too tired when I posted it.