Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Optimizing existing Perl code (in practise)

by atcroft (Abbot)
on Aug 18, 2002 at 22:07 UTC ( [id://191029]=note: print w/replies, xml ) Need Help??


in reply to Optimizing existing Perl code (in practise)

The first thing would be to find where your program spends the most time, and look to see if that can be improved. You might look at the Devel::* modules, such as Devel::DProf, to help with this portion of the process.

You might also wish to consult several of the excellent books available. Some of the books I am aware of (and own) that might be helpful include Programming Perl, Advanced Perl Programming, Mastering Algorithms with Perl, and Perl Cookbook.

Log In?
Username:
Password:

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

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

    No recent polls found