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

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

Thread Previous | Thread Next
From:
Shawn H Corey
Date:
January 23, 2012 10:24
Subject:
Re: How to compile just the current perl module, ignoring all theother included modules
Message ID:
4F1DA5E3.5030507@gmail.com
On 12-01-23 12:38 PM, 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.
> Is there no other way?

That's very unusual, most scripts take only a few seconds to compile. Try:

perl -MO=Deparse MyModule.pm


-- 
Just my 0.00000002 million dollars worth,
   Shawn

Programming is as much about organization and communication
as it is about coding.

Strength is not a measure of the body.
It's a measure of the heart.

Thread Previous | Thread Next


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