in reply to Re: Archive::Tar::Streamed Unexpected end-of-file
in thread Archive::Tar::Streamed Unexpected end-of-file
Um, yes it does :) otherwise it would die with an error
$ perl -e" STDOUT->close" Can't locate object method "close" via package "IO::Handle" at -e line + 1. $ perl -MIO::File -e" STDOUT->close"
|
|---|