Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^5: Alternate for "open"

by Preceptor (Deacon)
on Nov 18, 2015 at 14:41 UTC ( [id://1148023]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Alternate for "open"
in thread Alternate for "open"

I don't believe you - if you have use strict; use warnings when you also have:

my $total_size = total_size(\%val); print "\%val :",$total_size,$/; my $total_size = total_size(\%seen_cdr);

Your code is generating errors: "my" variable $total_size masks earlier declaration in same scope.

Either you don't have these switched on, or you've code that's generating errors every time it runs, and you're asking for someone to fix it for you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1148023]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 00:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found