perl5
perl5 copied to clipboard
🐪 The Perl programming language
Dear Perl maintainer, the manpage-l10n project[1] maintains a large number of translations of man pages both from a large variety of sources (including Perl) as well for a large variety...
Dear Perl maintainer, the manpage-l10n project[1] maintains a large number of translations of man pages both from a large variety of sources (including Perl) as well for a large variety...
Module: `Getopt::Std` In this issue I am referring to this piece of documentation >If an argument is expected but none is provided, $opt_x is set to an undefined value. I...
Migrated from [rt.perl.org#131647](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=131647) (status was 'open') Searchable as RT131647$
Module: threads **Description** Documented threads behaviour is that OS signals "are caught by the main thread (thread ID = 0) of a script." There seems to be a race condition...
Most OSes/libcs have an optimization that calloc() sometimes, or most of the time, do not call memset() in userland wasting CPU to zeroize brand new memory blocks/pages obtained fresh from...
**Where: The perlclass document in perldoc** Hi, thank you for read this! I noticed that the only way to know how to call a method from a object of current...
This is a bug report for perl from "Carlos Guevara" , generated with the help of perlbug 1.43 running under perl 5.43.2. ----------------------------------------------------------------- BBC: Blead Breaks Class::Sniff Please see https://fast2-matrix.cpantesters.org/?dist=Class::Sniff...
This option has been broken for a long time, since at least when we started having inline functions. This p.r. gets it working again, but further efforts are needed for...
Prior to this the non-first characters in a capture group name could be any \w character, though they were supposed to follow perl identifier syntax. But an identifier excludes a...