in reply to Re^2: Why is perl -MO=Deparse -f obf.txt unsafe?
in thread Why is perl -MO=Deparse -f obf.txt unsafe?

Every use happens at begin time including the execution of import

You can't compile without executing use and obviously you can't decompile without compiling.

Welcome in the world of dynamic languages. :)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

update

Maybe you should clarify your intentions, this smells like an XY Problem