#!/usr/bin/perl use strict; use warnings; my $version = $^V; print "$version\n";