Search notes:

Perl variables: $] (version)

use warnings;
use strict;

print "\n  Perl Version is $]";
print "\n  Compare to more modern representation \$^V]: $^V\n";
Github repository about-perl, path: /variables/]___version.pl

See also

$^V
Perl variables

Index