Couldn't understand the following message from Devel::Cover ...

2006-06-16 Thread Rajanikanth Dandamudi
Hi All, Can some one help me understand why I am getting the following message on the following perl program : perl program #!/usr/local/bin/perl %hsh = ( ABC => -abc, DEF => -def, ); for $key (keys %hsh){ print "Key = $key Value = $hsh{$key}\n"; } =

Re: Couldn't understand the following message from Devel::Cover ...

2006-06-16 Thread Paul Johnson
On Fri, Jun 16, 2006 at 12:43:11PM +0530, Rajanikanth Dandamudi wrote: > Hi All, > > Can some one help me understand why I am getting the following message > on the following perl program : > > perl program > > #!/usr/local/bin/perl > > %hsh = ( > ABC => -abc, > DEF =>

Re: Question - (1) Devel:;Cover and B::Deparse issue (2) "cover" and its momory consuming issue

2006-06-16 Thread Paul Johnson
On Sat, Jun 10, 2006 at 07:54:28PM -0700, Scott Wang wrote: > Hi Paul, > > Thanks a lot for your reply! > > After I turned off warning in all my product scripts > and test scripts which I was running Devel::Cover on, > 90% warning messages related B::Deparse deep recursion > have gone, and only

Re: Error Message "Magic number checking on storable file..." when running "cover" to merge data

2006-06-16 Thread Paul Johnson
On Sat, Jun 10, 2006 at 08:14:09PM -0700, Scott Wang wrote: > Hi Paul, > > You are right, I found a 0 size file under the > "cover_db/structure" folder. After I removed that 0 > size file, my "cover" worked fine to merge all the > data and generated HTML file. > > The 0 size file, I think, is be