develooper Front page | perl.perl5.porters | Postings from December 2014

*-couragement of $^V

Thread Next
From:
Ricardo Signes
Date:
December 8, 2014 20:30
Subject:
*-couragement of $^V
Message ID:
20141208203008.GA14553@cancer.codesimply.com
A few times lately, $^V has come up in the context of being "the better way to
check the version than $]."  This surprised me, because I always thought it was
largely considered better avoided.

I suggest that given the general confusion around v-strings and version
objects, as well as the fact that $^V has changed its behavior in the past, it
is not actually better than $].  Since $] always works, and always works the
same way, we should encourage its use rather than $^V's.  We can accomplish
that by discouraging the use of $^V, in favor of $], in the docs.

Yes?

-- 
rjbs

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About