[sb.pm] Re: Perl Compiler (fwd)

Kostas Pentikousis kostas at cs.sunysb.edu
Thu Nov 18 12:53:40 CST 2004


On Thu, 18 Nov 2004, Andrew Mehler wrote:

|Thanks.  That helped some.  Our code still seems to be taking a while.  We
|aren't really that experienced in Perl.  Perhaps there is something
|obvious we are doing wrong.  If you can find any obvious mistakes, it
|would be appreciated.

Hm... a code review :) Maybe that is an excellent idea for our
next meeting... which will be happening as soon as am I done with
the thesis (i.e. just after Tnxgiving)

For now, and before other SB perl mongers chime in, try to

use warnings; # in addition to use strict
use Getopt::Std; # or Getopt::Long if you please
use Regexp::Common # see http://search.cpan.org/dist/Regexp-Common/

that can clean up the code a bit, so you will be able to focus on
the core of the app.  Incremental improvements work best for me,
esp. as I learn more Perl.

Best regards,

Kostas
__________________________________________________________________
Kostas Pentikousis                   www.cs.stonybrook.edu/~kostas


More information about the StonyBrook-PM mailing list