#! /usr/local/bin/perl
use ByteLoader 0.05;
<binary data >
So I suppose it compiled to perl bytecode. The question is how one cat view original source code of this file. I try to use console command 'perl -MO=Deparse qwe.pm' but it outputs nothing. Any thoughts ?
It's been replaced by this:
[search.cpan.org...]
Which does have a command line to decrypt to a .pl file. It may be backwards compatible.