develooper Front page | perl.beginners | Postings from January 2012

Re: How to compile just the current perl module, ignoring all theotherincluded modules

Thread Previous
From:
Dr.Ruud
Date:
January 25, 2012 08:28
Subject:
Re: How to compile just the current perl module, ignoring all theotherincluded modules
Message ID:
20120125162845.32201.qmail@lists-nntp.develooper.com
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

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About