A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Perl/perl5/issues/21271 below:

[doc] use v5.36, only partially enables warnings · Issue #21271 · Perl/perl5 · GitHub

perl5360delta says:

Furthermore, use v5.36 will also enable warnings as if you'd written use warnings.

but the 'once' warning is an exception:

perl -e'use v5.36; no strict; print $i' 
Use of uninitialized value $i in print at -e line 1.

vs:

perl -e'use v5.36; no strict; use warnings; print $i'
Name "main::i" used only once: possible typo at -e line 1.
Use of uninitialized value $i in print at -e line 1.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4