for (@attributes) { no strict 'refs'; ${$package . '::' . $_} = do { ... something to do with $_ ... }; }