Lukas Mai wrote: >My main concern is being able to introspect the version number of the >currently running perl. $] has always worked for that, and still does. @parts = map { 0+$_ } sprintf("%010.6f", "$]") =~ /([0-9]{3})/g; -zeframThread Previous | Thread Next