That will show you if there are any bizarre characters in the string.my $stored = freeze($hash); $stored =~ s/\r/\\r/g; $stored =~ s/\n/\\n/g; $stored =~ s/\t/\\t/g; $stored =~ s/\cH/\\b/g; print "<$stored>\n";
In reply to Re: Strange command line output after using Storable.pm
by japhy
in thread Strange command line output after using Storable.pm
by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |