use strict; { # variable variable stuff allowed in here no strict 'refs'; $name = 'foo'; $$name = $value; # does: $foo = $value } # no more variable variable stuff anymore