beginners@perl.org
Cc: Nemana, Satya
Subject: Re: How to compile just the current perl module,
ignoring all the other included modules
On 27/01/2012 12:58, Nemana, Satya wrote:
> Hi Shawn
>
> How do I use this option of -MO=Deparse
;>
>> -----Original Message-----
>> From: Rob Dixon [mailto:rob.di...@gmx.com]
>> Sent: 27 January 2012 15:19
>> To: beginners@perl.org
>> Cc: Nemana, Satya
>> Subject: Re: How to compile just the current perl module, ignoring all
>> the other included mod
cution of the
> program?
>
> Thanks,
> Satya
>
> -Original Message-
> From: Rob Dixon [mailto:rob.di...@gmx.com]
> Sent: 27 January 2012 15:19
> To: beginners@perl.org
> Cc: Nemana, Satya
> Subject: Re: How to compile just the current perl module, ignoring all the
&
ose in the compilation or execution of the program?
Thanks,
Satya
-Original Message-
From: Rob Dixon [mailto:rob.di...@gmx.com]
Sent: 27 January 2012 15:19
To: beginners@perl.org
Cc: Nemana, Satya
Subject: Re: How to compile just the current perl module, ignoring all the
other included modules
On
On 27/01/2012 12:58, Nemana, Satya wrote:
Hi Shawn
How do I use this option of -MO=Deparse when executing a perl script
with an embedded #! Prompt?
Our scripts start with the line
#!/ats/bin/perl -w
I tried adding the parameters here, but got the following errors
Too late for "-MO=Deparse" op
using the option -MO=Deparse??
Thanks,
Satya
-Original Message-
From: Shawn H Corey [mailto:shawnhco...@gmail.com]
Sent: 23 January 2012 18:25
To: beginners@perl.org
Subject: Re: How to compile just the current perl module, ignoring all the
other included modules
On 12-01-23 12:38 PM, Ne
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. I
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
38
To: beginners@perl.org
Subject: Re: How to compile just the current perl module, ignoring all the
other included modules
On 12-01-23 11:20 AM, Nemana, Satya wrote:
> Hi Gurus
>
> I have to compile a perl module which includes a lot of other modules.
> The other modules will not change du
On 12-01-23 11:20 AM, Nemana, Satya wrote:
Hi Gurus
I have to compile a perl module which includes a lot of other modules.
The other modules will not change during compilations of my current module.
Only my current module keeps on changing.
The compiler however starts compiling from all the modu
Hi Gurus
I have to compile a perl module which includes a lot of other modules.
The other modules will not change during compilations of my current module.
Only my current module keeps on changing.
The compiler however starts compiling from all the modules included in the
current module with the
11 matches
Mail list logo