perl5
perl5 copied to clipboard
🐪 The Perl programming language
And clarify the pod
This is a bug report for perl from "Carlos Guevara" , generated with the help of perlbug 1.43 running under perl 5.41.1. ----------------------------------------------------------------- BBC: Blead Breaks PDL Please see http://fast-matrix.cpantesters.org/?dist=PDL%202.089...
Suppose someone wants to use the long name of an element in these pods. I realized that there was no way to know its signature, or even if such a...
This moves the API definitions of is_ascii_string, is_invariant_string, and is_utf8_invariant_string to the spots in the source code where each is #defined, thus making it easier to maintain
Having one group containing the descriptions of all closely related functions makes the pod more compact and makes maintenance easier; fixes only need to be applied in one place. And...
Previously, CORE::chdir was not "ampable", i.e. it could not be called through a coderef or with a sigil: `&CORE::chdir($dir);` The only thing allowed was to make a compile-time alias, whose...