mauke
mauke
`pod/perlmod.pod` has this: > The old package delimiter was a single quote, but double colon is now the preferred delimiter, in part because it's more readable to humans, and in...
``` $ perl -MData::Dumper -E'say Data::Dumper::Dumper( { true => !!1, false => !!0 } );' $VAR1 = { 'false' => !!0, 'true' => !!1 }; $ perl -v This is...
https://docs.raku.org/language/phasers
I feel like I don't know enough to 100% positively approve this, but I have no objections. (And Tony already approved it, so it looks fine to me.)
Context: Someone has figured out that you can list all open tickets across all of Github with , and this is the oldest one.
> At any point after having performed the ./Configure step, attempt to `make distclean`. It will fail. Did that. It didn't fail (in either the 5.38.2 release or blead).
```sh echo "Extracting $Makefile (with variable substitutions)" $spitshell >$Makefile
Confirmed: ``` $ make -j6 distclean rm -f *.o *.a all perlmain.c opmini.c perlmini.c universalmini.c generate_uudmap uudmap.h bitcount.h mg_data.h rm -rf host rmdir .depending rm -f t/test_state rmdir: failed to...
Putting this here to get a fancy github link: 64d7628235943ff18939a1ff98ace513aeb5260c > I am insufficiently versed in Git to extract what doio.c looked like before vs. after that commit. To get...
I don't see how `-Duse64bitint` could help. If you run Configure on a 64-bit platform, it will just see that `sizeof (long) == 8` and use that, hardcoding `#define IVTYPE...