in reply to Checking Perl version
require 5.6.1; [download]
require perldoc.
~~ naChoZ
updated: added ;
I would recommend using require 5.x over using $[. It is shorter, direct, and makes more sense when reading the code.
Also, not to be pedantic, but I think a ; is needed:
</ajdelore>