$x->location++; #### my_increment($x->location); #### $ref = \$x->location; $$ref++;
## my_increment($x->location); ##
## $ref = \$x->location; $$ref++;