Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Reverse Engineering Perl Tool?

by quidity (Pilgrim)
on Dec 08, 2000 at 16:53 UTC ( [id://45730]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # bad perl
    print $foo; s/dog/cat/gm; m%foo%;
    FOO: for ($foo) { /dog/ && do {last FOO}; /cat/ && do {$dog = 'rabbit'
    +};}
    exit(0) or die "wooot?";
    
  2. or download this
    bash-2.03$ perl -MO=Deparse badperl.pl
    badperl.pl syntax OK
    print $foo;
    ...
        }
    }
    die 'wooot?' unless exit 0;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found