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