in reply to Re^6: Can't decompress zlib compression stream with Compress:Zlib
in thread Can't decompress zlib compression stream with Compress:Zlib
I'm not the author of Net::Telnet, so I'm not in a position to easily explain its deficiencies, if any, if we add 'use' directives to the original code.
But there is no need for that. What I did was placed the use strict & warnings lines after the other includes.
That way, it only applies to your code, not that of the modules you use.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Can't decompress zlib compression stream with Compress:Zlib
by Anonymous Monk on Oct 04, 2016 at 14:04 UTC | |
|
Re^8: Can't decompress zlib compression stream with Compress:Zlib
by Anonymous Monk on Oct 04, 2016 at 19:09 UTC | |
by BrowserUk (Patriarch) on Oct 04, 2016 at 19:29 UTC |