Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Loosing Negative Values in Array Ref

by Anonymous Monk
on Jun 03, 2009 at 13:24 UTC ( [id://768004]=note: print w/replies, xml ) Need Help??


in reply to Loosing Negative Values in Array Ref

I can't understand why it is happening, can someone help with that?

If you add

warn $tmp->[$i] = '0'; # Need to check for numeric or string values here:::
you'll never see any negative numbers. This means code before is problem, but what is it supposed to do?

Replies are listed 'Best First'.
Re^2: Loosing Negative Values in Array Ref
by Anonymous Monk on Jun 03, 2009 at 13:33 UTC
    To avoid duplicated records I am using this code to combine them, getting a unique account number (second element) and the greatest values comparing them if they are equal, if you run the code you will see it better, but how could I still display the negatives?
      getting a unique account number (second element)
      Your code my $uniq_key = $aref->[0]; is actually using the name, not the account number.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-18 19:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found