Help for this page

Select Code to Download


  1. or download this
    use constant is_perl55 => ($] < 5.005_50);
    use constant is_perl56 => ($] < 5.007 && $] > 5.005_50);
    use constant is_sane_perl => $] > 5.007;
    
  2. or download this
    Bareword "is_perl56" not allowed while "strict subs" in use at C:/Perl
    +64/lib/ExtUtils/Constant/Utils.pm line 51.
    Bareword "is_perl55" not allowed while "strict subs" in use at C:/Perl
    +64/lib/ExtUtils/Constant/Utils.pm line 74.
    ...
            eval {...} called at test.pl line 5
    BEGIN failed--compilation aborted at test.pl line 5.
     at test.pl line 5