On Sat, 2006-24-06 at 02:04 +0530, I BioKid wrote: > Infact my problem is I have some scripts that was converted in to PERL > executable - I dont know how it was done . > I just need to get the source code out of these executables ! > I though decompiler is the general term for that kind of software - :| > > Is there any thing around ?
No. Perl (not PERL) is human readable. It is a script, not an executable. You are saying you have something that was at one time a Perl script but you give no indication what software mangled it. Could you send the top ten lines? Some programs that like to mangle Perl: find to Perl awk to Perl sed to Perl grep to Perl # tho slower than grep BTW, there is no such thing as a decompiler. At best you may find a disassembler. That is a program that takes a binary and produces the assembler code from it. -- __END__ Just my 0.00000002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle * Perl tutorials at http://perlmonks.org/?node=Tutorials * A searchable perldoc is at http://perldoc.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>