On 2012-01-25 15:34, Peter Scott wrote:
On Mon, 23 Jan 2012 12:38:44 -0500, Nemana, Satya wrote:
I tried perl -c also with the same results. It takes 4-5 minutes to know
that I missed a " some where. It is very painful.
4-5 minutes?! Either you have an unbearably slow computer or something
is not right. Please post details. It sounds like some module is doing
ridiculous computations in its main code instead of being encapsulated in
subroutines. It should be tracked down and shot^Wrefactored. That's
likely to cause all kinds of problems, so working around it like you're
trying isn't really the answer.
I once coded
use Time::HiRes ( sleep time );
It never finished compiling.
--
Ruud
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/