Talk:Catalyst
From DreamHost
This is a talk page.
Please be polite and assume good faith. Personal attacks will not be tolerated.
Please DO NOT use this page to ask support questions. This page is for discussing the article only.
Please sign and date your comments by typing four tildes (~~~~) at the end.
Please be polite and assume good faith. Personal attacks will not be tolerated.
Please DO NOT use this page to ask support questions. This page is for discussing the article only.
Please sign and date your comments by typing four tildes (~~~~) at the end.
Correction to Dreamhost/Catalyst page
original one-liner to get perlversion:
$ perl -v | grep 'built for' | awk '{print $4}' | sed -e 's/v//;'
should be:
$ perl -v | grep 'built for' | awk '{print $9}' | sed -e 's/(v//; s/)//;'
... at least on my machine, this gives
5.12.3 as expected.
--PDX-TJK 13:21, 11 September 2011 (PDT)