http://www.perlmonks.org?node_id=257149


in reply to Re: Can you prevent MO=Deparse
in thread Can you prevent MO=Deparse

Thanks Abigail-II, I tested using Taint mode on some scripts this afternoon, and it does indeed prevent it from being deparsed by the above method. Great.

Replies are listed 'Best First'.
Re^3: Can you prevent MO=Deparse (only a temporary fix)
by Aristotle (Chancellor) on May 10, 2003 at 20:56 UTC
    Are you calling the system's perl? In that case all I need to do is rename it, and put a perl binary somewhere that adds -MO=Deparse to the commandline before calling the renamed perl to make the above trick work again.

    Makeshifts last the longest.

      Oh what wicked web we weave..........:-)