Help for this page
our $string = 'foo'; my $variablename = 'string'; my $temp = ${$variablename}; print $temp, $/;
foo