Some Perl Special Variables Some Global Special Variables 15 of 28 : [PREV] [NEXT]

$] ($PERL_VERSION)

  • Returns the version plus patchlevel divided by 1000.
  • Used by Makefile.PL to provide additional parameters to more recent versions of MakeMaker.
  $ver = $]+0;
  print "version string $] (numeric $ver).\n";

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/