RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread Nemana, Satya
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

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

2012-01-27 Thread timothy adigun
;> >> -----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

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

2012-01-27 Thread timothy adigun
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 &

RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread Nemana, Satya
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

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

2012-01-27 Thread Rob Dixon
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

RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread Nemana, Satya
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

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

2012-01-25 Thread Peter Scott
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

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

2012-01-23 Thread Shawn H Corey
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

RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-23 Thread Nemana, Satya
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

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

2012-01-23 Thread Shawn H Corey
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

How to compile just the current perl module, ignoring all the other included modules

2012-01-23 Thread Nemana, Satya
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