If you have telnet access typing "perl -v" will work. If you don't, send an email to the server's Powers That Be.

In my experience the version of Perl has made very very little difference in my life. If you have very specific needs (Unicode support, the fake Windows fork, etc.) then the version might matter. Otherwise, you're far more likely to run into problems of not having a particular module version (or worse, not having the module you need at all.) I've run scripts on machines with 5.004, 5.005, 5.6, and 5.6.1 and I've never had any problems related with the compiler itself... it's always been something external like a DB file or a module or something.

Gary Blackburn
Trained Killer


In reply to Re: what version of perl the server is running? by Trimbach
in thread what version of perl the server is running? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.