On Jan 2, 2008 8:04 AM, Paul Johnson <[EMAIL PROTECTED]> wrote:
snip
> > 2) Static string Handling
> > use single quotes rather than doubles. Double quotes force Perl to look for
> > a potential interpolation of information, which adds to the overhead of
> > printing out the string.
> > Print 'I am
On Tue, Jan 01, 2008 at 09:11:58PM -0800, Prabu Ayyappan wrote:
> Hi All,
> Below are some of the way to optimize the perl code. You can add more to
> this if you have something more.
Just a few comments ...
> 1) use a reference instead of the variable directly
> Use reference in passing large a
Prabu Ayyappan wrote:
Hi All,
Hello,
Below are some of the way to optimize the perl code. You can add more
to this if you have something more.
perldoc -q "How can I make my Perl program run faster"
perldoc -q "How can I make my Perl program take less memory"
perldoc -q "How can I free an
> "Prabu" == Prabu Ayyappan <[EMAIL PROTECTED]> writes:
Prabu> Below are some of the way to optimize the perl code. You can add more
Prabu> to this if you have something more.
How about subtract from things that are wrong?
Prabu> 2) Static string Handling
Prabu> use single quotes rather than