M
Matija Papec
This is what I got when trying to look into my script:
======
perl -MO=Deparse script/index.cgi
init();
use ByteLoader 0.06;
======
can I assume that rest of the script cant be deparsed?
======
perl -MO=Deparse script/index.cgi
init();
use ByteLoader 0.06;
======
can I assume that rest of the script cant be deparsed?