I saw several posts in which state use 5.12.0; Perl includes by default certain functions / pragmas (e.g. use strict; ). Another example is in UTF-8 and perl , which states that use 5.14.0; there is
optimal for UTF-8 unicode string function.
I seem to recall an accessible use declaration, which provides certain default values (e.g. use strict; use warnings; use diagnostics; ), but cannot remember the specifics. How to find out what is included in this statement use 5.##.#; ? For example, that provides use 5.22.0; default? use strict; ? Anything else? Thanks.
perl use
secJ
source share