http://qs321.pair.com?node_id=577523


in reply to Re: the repetition operator does not repeat "\x00" Why?
in thread the repetition operator does not repeat "\x00" Why?

Data::Dumper prints it for me (Perl 5.8.8, Solaris):
perl -MData::Dumper -e '$_ = "\x00" x 4; print Dumper $_' | cat -v $VAR1 = '^@^@^@^@';