Re: Announcing the Perl 5 Documentation Team
[email protected] (Caleb Cushing) Fri, 2 Jul 2010 10:58:12 -0400
| Newsgroups | perl.perl5.porters,perl.documentation |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 1, 2010 at 7:11 PM, Chas. Owens <[email protected]> wrote: > Failure to add a use 5.010; or use 5.012; limits the features that can > be used in examples. For instance, this example won't work even under > 5.12 as it is written: > > say "foo"; > > It is possible that we should only add use statements to examples that > need features in 5.10 or later. > isn't use features 'say'; somewhere on the page I guess it says... This keyword is available only when the "say" feature is enabled: see feature. -- Caleb Cushing http://xenoterracide.blogspot.com