![]() |
|
No such thing as a small change | |
PerlMonks |
Re^5: 'rgb_palette' - Term::ANSIColor Helper -- errors on strawberryby kcott (Archbishop) |
on Aug 18, 2022 at 00:34 UTC ( #11146209=note: print w/replies, xml ) | Need Help?? |
++ Thanks for the bug report. I found an existing bug report, #118255, which refers to a problem when -echo is used with prompt. It looks like -return, as I've used, has the same issue. I've changed
to
The s/\R\z// is a little more generic than s/[\r]*$//; but otherwise it's pretty much the same as your fix. I've tested it on my machine (Cygwin) and it hasn't changed the functionality for me. Could you test that for me on your MSWin machine? Assuming it works OK, I'll update the code in the OP. Thanks. — Ken
In Section
Cool Uses for Perl
|
|