sub func { # Any changes to $_ will affect the caller's var. for ($_[0]) { ... } }