my $x = "abcd"; # String? yes. Text? my $host = inet_ntoa($x); # No, "packed" IP address #### my $x = "abcd"; # String? yes. Text? print("The password is $x\n"); # Yes. #### chr(0x65).chr(0x301) #### chr(0x65).chr(0x301)