What version of perl am i using?On any gigfoot server, as with any linux server, you can find out what version of perl you are running simple enough. Open a shell to your account, at the command line, type "perl -v" and press return (omit quotes). This will show you the current version of perl installed on your machine.
On gigfoot, typing the command perl -v returns This is perl, v5.6.1 built for i386-linux Copyright 1987-2001, Larry Wall
|