perl: intro advising common support requirements
[sheet.git] / perl.plp
index e199ddd2e2908d0a0aeb6fa2f1506eaeee7c061d..8ebf5e2f522ebc01d6e53a812b9ba910ae252fb5 100644 (file)
--- a/perl.plp
+++ b/perl.plp
@@ -14,6 +14,12 @@ Html({
 :>
 <h1>Perl cheat sheets</h1>
 
+<p>The most significant features introduced for each version of the Perl scripting language.
+Depending on desired compatibility you'll want to support a minimum of
+<span title="on stable/enterprise platforms such as Solaris 10, RHEL 3, SLES 8">v5.8</span> or
+<span title="on up-to-date servers such as Debian wheezy, Ubuntu 12.04, CentOS 7">v5.14</span>.
+</p>
+
 <:
 my $info = do 'perl.inc.pl' or die $@ // $!;
 for my $vernum (reverse sort keys %{$info}) {