in reply to Re^3: How to ensure that a supported version of my script is being executed?
in thread How to ensure that a supported version of my script is being executed?
#!/usr/bin/perl -Tw use perl::always; my $perl_version = "5.12.4"; print $perl_version;
|
|---|