how to deparse bytecode
[email protected] (Loofort)
| Newsgroups | perl.beginners |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <7658c3c0-f385-4549-9264-f2162543f858@p25g2000hsf.googlegroups.com> |
Help me ppl! A have some perl file qwe.pm. I suppose it compiled to bytecode. It's binary and starts with following lines: #! /usr/local/bin/perl use ByteLoader 0.05; PLBCi686-linuxNmain::_</usr/local/lib/perl5/5.8.3/i686-linux/Data/ Dumper.pm `����R��� �5���/ ... Is there any way to read original source of this file? I'm trying to use "perl -MO=Deparse qwe.pm" but it outputs nothing. Any help would be appreciate.