my $str = 'Hallo Welt'; my $ref = \$str; my $strref = "$ref"; print $$strref;