$example = "This is an example"; while() { chomp; s/^\$//; print $$_; } __DATA__ $example