I am using Perl 5.14.2 on Windows 7 and I wonder to which version does it defaults to if nothing is mentioned in the script. In order to use new features of 5.10 I make use of 'use 5.010' to use 'say', 'given-when' and 'autodie' etc. in the script even though I am running a newer version i.e 5.14.2.
So my question is how to find which version Perl takes into consideration if I am using 5.14.2 on Windows 7