perl5
perl5 copied to clipboard
🐪 The Perl programming language
generated with the help of perlbug 1.43 running under perl 5.38.2. ----------------------------------------------------------------- **Description** If a regular expression capture is passed as the port number to pack_sockaddr_in(), the argument may not...
https://github.com/Perl/perl5/blob/d6f09a896842e5288af5d3817756b67a919ad7ad/regcomp.c#L396 I randomly found a multi-eval of a macro bug here, along with very low quality (bloated) "-O1 optimized" machine code here. But I can't fix it myself because there...
There are situations when ```$PROGRAM_NAME``` is something /dev/fd/number 1) example like ```sudo /usr/local/bin/``` with checksum verification - https://github.com/Perl/perl5/issues/23351 → Resolves to the tool path 2) example with pipe: ```perl
Migrated from [rt.perl.org#133765](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=133765) (status was 'open') Searchable as RT133765$
Migrated from [rt.perl.org#133573](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=133573) (status was 'open') Searchable as RT133573$
Migrated from [rt.perl.org#121058](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=121058) (status was 'open') Searchable as RT121058$
Migrated from [rt.perl.org#38133](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=38133) (status was 'open') Searchable as RT38133$
Migrated from [rt.perl.org#67140](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=67140) (status was 'open') Searchable as RT67140$
Perl: 5.36 Module: `Data::Dumper` The following `Dump` output correctly shows the relationship between `$foo` and `$bar`: ``` root@fa394195f07f:~# cat good.pl use Data::Dumper; my $foo = [42]; my $bar = [\$foo];...
Migrated from [rt.perl.org#116839](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=116839) (status was 'open') Searchable as RT116839$