*myVar = \3.14159; #### print ${*myVar}; # or... print ${*myVar{SCALAR}}; # or... print $main::myVar; # or... no strict 'vars'; print $myVar;