hi monks,
I need a favor.
Actually i would like to convert a perl program to byte code and i have done that by using the following syntax
perlcc -B <file name> (it will convert perl program to byte code) now i would like to know weather is it possible to convert a byte code perl program to perl source code.
Thanks in advance...