Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: $var{el} += 1 vs $var{el} = $var{el} + 1

by Anonymous Monk
on Aug 13, 2013 at 14:31 UTC ( [id://1049288]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
        use Data::Diver qw/ Dive /;
        my $metric = Dive( $mainHash , $hashType , $regionID, 'MetricType'
    + );
        my $cirtem = Dive( $metric, $$resultHash{Location} , $yearMonthDat
    +eList[$start] );
        $cirtem +=  $$resultHash{Value};
    }
    
  2. or download this
    {
       $mash->mertem( $mash->mertem + $value );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found