perl -le '$variable = 42; my $symref = "variable"; print $$symref;' 42