my $string = "HELLO WORLD\n"; print $string; use Data::Dumper; print Dumper($string);