Help for this page
$/ = undef; $_ = <>;
# one way to replace nulls with newlines: $/ = "\x00"; ... s/\x00/\n/; print; }