Subject: | rawinflate did the job, but return undef and set $! |
perl -MIO::Uncompress::RawInflate=rawinflate -e '$/=undef;my
$d=<>;rawinflate(\$d,\my $s) or warn($!); print $s;' <
/tmp/io-uncompress-error.packed
This will produce a warning but $s is the correct string?!?! Last time i
investigate a problem in base will raise this.
i attached the io-uncompress-error.packed
Subject: | io-uncompress-error.packed |
Message body not shown because it is not plain text.