I have a script that takes ~5 seconds to run, but I'd like to get it down to <1 sec. My problem is I don't know which part is the slow part. So given something like this:
************************************** #! /usr/bin/perl -w (code chunk 1 here) (code chunk 2 here) (code chunk 3 here) ************************************** -- is there anything I can wrap around the code chunks to see how long each one takes? Thanks! - Bryan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
