Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Reverse Engineering Perl Tool?

by BlueLines (Hermit)
on Dec 08, 2000 at 09:38 UTC ( [id://45696]=note: print w/replies, xml ) Need Help??


in reply to Reverse Engineering Perl Tool?

</code>The easiest way to reverse engineer a perl program is:

xemacs your.program.here.pl

Seriously, if the code baffles you that much, you should use the perl debugger. There's a node discussing its usage here.

Also make sure that you are using the -w switch and that you are using strict. If the code is this sloppy, then there's bound to be errors in it, and these options will help you debug the errors more quickly.

Text highlighting and indentation make code more understandable. Use an editor like Xemacs or VIM to reformat the code into more readable pieces. Both of these editors are available for all *nix and Win32 systems.

And if there's C/C++/XS stuff involved, check out strace(1), which exists for most *nix systems, as well as NT.

BlueLines

Disclaimer: This post may contain inaccurate information, be habit forming, cause atomic warfare between peaceful countries, speed up male pattern baldness, interfere with your cable reception, exile you from certain third world countries, ruin your marriage, and generally spoil your day. No batteries included, no strings attached, your mileage may vary.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://45696]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 22:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found