PerlPowerTools
PerlPowerTools copied to clipboard
Perl Power Tools
Hello Brian, I'm catching up with this topic after a very long break. There are a few changes from 2022 for which I've never submitted a PR. It's a massive...
* I observed strange output from col when the input file was large * Finally I discovered the issue is related to code that runs when the buffer fills up...
* grep -F is not supposed to use regex at all, but in the perl version it does * I have a file "01" containing the pattern 'a/b' on line...
* The numeric option -w is accepted in the options parser, and sets $pagewidth * Any value given to -w is ignored because $pagewidth is reset by the condition on...
Under `-r`, the `!` command is not avialable and `ed` cannot run shell commands. See #405
From DANAJ in [#98905 on rt.cpan.org](https://rt.cpan.org/Ticket/Display.html?id=98905): Both factor and primes check that the inputs are 10 or fewer digits and less than 2^32. It is unclear to me whether this...
The chmod, install, and mkdir commands each have a copy of `mod` so they are self contained. Think about fixing that so they don't diverge. That might mean turning those...