perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

🐪 The Perl programming language

Results 772 perl5 issues
Sort by recently updated
recently updated
newest added

Module: perl core **Description** When calling `call_argv` in the way shown in the `perlembed` documentation, the C string argument(s) are converted to mortal SVs and pushed onto the stack, however...

In a [comment](https://github.com/Perl/perl5/issues/22278#issuecomment-2169736176) in another ticket today, @leonerd used the term *phaser*: ``` Certainly we could create (and encourage folks to use) a separate DESTRUCT **phaser** that is a **phaser**,...

documentation

Migrated from [rt.perl.org#22121](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=22121) (status was 'open') Searchable as RT22121$

Merge pull request https://github.com/d-c-d/perl5/pull/1 from d-c-d/d-c-d-patch-issue-22263 address typo in issue #22263 https://github.com/Perl/perl5/issues/22263

Migrated from [rt.perl.org#1726](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=1726) (status was 'open') Searchable as RT1726$

type-core
type-debugger

This is a fix for https://github.com/Perl/perl5/issues/22250

The following 3 build-time warnings were generated using clang-14 as the compiler. This data is from Ubuntu Linux 22.04 LTS, but I've got similar from FreeBSD-13. These warnings were originally...

build-time-warnings

**Where** Right before the start of: https://perldoc.perl.org/perlretut#Using-independent-subexpressions-to-prevent-backtracking **Description** **$count2** is referenced in the example, but only once: ``` $count{lc($_)}++ for split('', "supercalifragilisticexpialidocious"); printf "%3d '%s'\n", $count2{$_}, $_ for ( qw{...

Needs Triage
documentation

core threads local **Description** `local $h{$k}` should remove the element if it didn't previously exist. In other words, `local $h{$k}` should restore the state of existence of `$h{$k}`. This isn't...

**Description** When building Perl, the generated Makefile is missing targets for (at a minimum) config.sh and makedepend_file. As these are referenced from assorted secondary targets that are processed during processing...