in reply to The complete story is more complicated,
in thread RunTime & compile Time Doubt on Perl

"Consider the following, for which C has no analog"

In that particular case, dlopen does provide an analog. In fact, sufficiently devious use of system() and dlopen() and friends can do what eval does. (Not that I would recommend this.)

  • Comment on Re: The complete story is more complicated,