perl5
perl5 copied to clipboard
🐪 The Perl programming language
And correct some of the misleading documentation previously there
This file is intended to insulate C code from thread issues, when used as directed.
Migrated from [rt.perl.org#73826](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=73826) (status was 'open') Searchable as RT73826$
Do the removal described in perldeprecation =head3 Use of C instead of C to replace the parts of a package or global variable name, for example C and C will...
Building perl on FreeBSD-13 with clang-14 as the compiler at v5.41.0-58-g21017bd9c1 I got these previously unseen build-time warnings: ``` { char => 6, group => "Wunused-but-set-variable", line => 5077, source...
tags: 5.40.0 core class experimental warnings `__CLASS__` doesn't issue an warning identifying it as experimental like `class`, `field`, `ADJUST`, etc do. ``` $ perl -v | grep 'This is' This...
Perl now has a literal syntax for * `!!1` which makes to `builtin::true` * `!!0` which maps to `builtin::false` But when you use Dumper you see, ``` perl -MData::Dumper -E'say...
When generating release tarballs, always use ustar format. The ustar format is one of the POSIX standard formats, and is the basis for future tar formats. It supports all of...