Closed sumanstats closed 1 year ago
I think this has been fixed in more recent versions of PDL but could be mistaken. I cannot replicate the issue with PDL 2.077 on Strawberry perl 5.032 and PDL 2.058 on SP 5.28.0.
If you cannot update your PDL version then the workaround is to set your terminal to dumb.
set TERM=dumb
perl -d somescript.pl
See details in https://stackoverflow.com/questions/54324750/cpan-error-unable-to-get-terminal-size-the-win32-getconsolescreenbufferinfo-ca and related Strawberry issue in https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/38#issuecomment-1420408896
I don't think there is anything more to do on this issue so I'll close it. If there are continuing issues despite the workaround then please re-open, or open a new issue.
I am trying to use
PDL
library from theportableshell
that comes with https://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-64bit-PDL.zip interactively.But starting
pdl2
in the shell throws so much verbose message, looks like related toTerm::Readline
:This is my Windows system.