{ local $common::loaded{junk}; for (@modules) { $common::loaded{junk} = $_; # ... } } #### use Array::RefElem 'hv_store'; { local $common::loaded{junk}; for (@modules) { hv_store %common::loaded, 'junk', $_; # ... } }