modify( $val ); sub modify { $_[0] ++; # or whatever. }