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