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";
}
=
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 =>
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
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