$_ = "abcdefghijklmnopqrstuvwxyz"; map {${$_} = $_} split //; print $c; #prints letter 'c' to the screen