Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Reverse Engineering Perl Tool?

by mikfire (Deacon)
on Dec 08, 2000 at 19:55 UTC ( [id://45744]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub foo {
      print STDERR "Entering sub foo(@_)\n";
    ...
      print STDERR "Exiting sub foo: return value $bar\n";
      return $bar;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    # usage: $0 filename [optional output file]
    ...
            print $outp "@{$calls{$name}{$rc}}\n";
        }
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        #LINE
        close FILE;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-28 20:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found