Converting a .exe to .pl in Perl?

converters, exe, perl, strawberry-perl, windows

Solution

Rename `.exe` to `.zip` and check if files can be extracted

Problem

I'm trying to get a Perl script (.pl) out of an executable (.exe) file. The .exe file was originally coded in Perl but the .pl file was not kept. Is there a quick way to do this? I'm using Strawberry Perl for windows. Thanks

Original source