Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-experimental - Experimental features made easy
- Description:
This pragma provides an easy and convenient way to enable or disable
experimental features.
Every version of perl has some number of features present but considered
"experimental." For much of the life of Perl 5, this was only a designation
found in the documentation. Starting in Perl v5.10.0, and more aggressively in
v5.18.0, experimental features were placed behind pragmata used to enable the
feature and disable associated warnings.
Packages