in reply to Perl2Exe Decompile?
if you can recall how you constructed your script once you maybe better re-write it. on the other hand, if you find a tool which disassembles your exe to assembler code the B::Deparse module should be helpful. you won't get commented code, however, but it will be readable at least.