Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Checking Perl version

by QwertyD (Pilgrim)
on Jul 09, 2003 at 04:56 UTC ( [id://272575]=note: print w/replies, xml ) Need Help??


in reply to Checking Perl version

use 5.6.1; if you want a check at compile time,
require 5.6.1; if you want a check at run time.


After it's Turing complete, everything else is just syntactic sugar.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://272575]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-24 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found