grr
grr
After using `capture()`, STDERR is left in line buffered mode, i.e. it is no longer "hot". You have to manually set `$|` to restore unbuffered mode. Example program demonstrating the...
Whenever I use `upgrade-perl` to upgrade to a point release (ex. 5.30.0 to 5.30.1) all user-installed (non-core) XS modules can not be found. The docs say: >Minor Perl releases (ex....
macOS locates the header at `machine/endian.h`. Various BSDs include it at `sys/endian.h`.
It looks like blockchain.com only recognizes xpubs and not zpubs. (Please let me know if there is a better place to report this). Compare: * https://www.blockchain.com/explorer/search?search=zpub6rKWJcMRdCg9Acuv3AzvwKLbZyHAeHj5Tvz8RHPpUz3hnxkq8ybzf7gUeYKtU4tk84t8f8cZEdQtaqSz788KdBbe3dMBYKen6mezVeGTfb1 * https://www.blockonomics.co/#/search?q=zpub6rKWJcMRdCg9Acuv3AzvwKLbZyHAeHj5Tvz8RHPpUz3hnxkq8ybzf7gUeYKtU4tk84t8f8cZEdQtaqSz788KdBbe3dMBYKen6mezVeGTfb1
The docs currently *imply* that the block form syntax is only available at compile-time: > It is prototyped to take a subroutine reference as an argument. Thus, it can be...