in reply to Re: 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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to ensure that a supported version of my script is being executed?
by flexvault (Monsignor) on Aug 21, 2012 at 20:03 UTC | |
by taint (Chaplain) on Aug 21, 2012 at 20:57 UTC |