Hi.
I'm trying to get perl's version from a script, to show in a html page, like "v5.6.1".
I have tried the var $^V, using s/(.)(.)(.)/ord($1).".".ord($2).".".ord($3)/e, but something "invisible" returns and changes the encoding from the page, and destroys my latin1 characteres.