my $array_ref = \@array; my $hash_ref = \%hash; #### my $string = "foo bar"; my $ref = \$string; #### my $original = $$ref;