pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Many vers of PERL5
On Tue, 13 Jun 2023 at 18:42, Todd Gruhn <tgruhn2%gmail.com@localhost> wrote:
>
> An idea:
>
> In Programming PERL on p. 823 :
>
> use 5.6.0
>
> The Perl was what in pkg-2023Q4 was what??
>
> ' use 5.?.? ' would be set to what? ' just thought I would
> try this...
Generally I would recommend
use Modern::Perl YYYY;
where YYYY is a specified year for perl features
https://metacpan.org/pod/Modern::Perl
Home |
Main Index |
Thread Index |
Old Index