in reply to Re: perl script
in thread perl script
This is even true for C.
But it's easier in Perl, since the variable and subroutine names aren't lost. There's also a very strong correlation between the source form and the compiled form of the code. (Different source produce different code, different code results from different source.)
|
|---|