perl5
perl5 copied to clipboard
🐪 The Perl programming language
Migrated from [rt.perl.org#37711](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=37711) (status was 'open') Searchable as RT37711$
Migrated from [rt.perl.org#8051](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=8051) (status was 'open') Searchable as RT8051$
Migrated from [rt.perl.org#3629](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=3629) (status was 'open') Searchable as RT3629$
Migrated from [rt.perl.org#130178](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=130178) (status was 'open') Searchable as RT130178$
Migrated from [rt.perl.org#133464](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=133464) (status was 'open') Searchable as RT133464$
Migrated from [rt.perl.org#133178](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=133178) (status was 'open') Searchable as RT133178$
This is a bug report for perl from "Carlos Guevara" , generated with the help of perlbug 1.43 running under perl 5.43.3. ----------------------------------------------------------------- BBC: Blead Breaks IO::ExplicitHandle Please see https://fast2-matrix.cpantesters.org/?dist=IO-ExplicitHandle-0.002...
As part of my research on [**Fatalization of currently deprecated goto construct**](https://github.com/Perl/perl5/issues/23618) I have been re-reading our current documentation of `goto` in blead and have been trying to locate in...
Previous code would invoke an entire `mg_find()` call just to check if the given HV happens to have `PERL_MAGIC_env`. This hardcodes knowledge of the `PERL_MAGIC_env` type in a lot of...
proto.h contains a generated PERL_ARGS_ASSERT macro for every function. It asserts that each parameter that isn't allowed to be NULL actually isn't (except there are no asserts for the aTHX...