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

$^O ($OSNAME)

  • Contains the name of the operating system that the current Perl binary was compiled for.
  • See File::Spec for examples.
  print "Windows!" if($^0 =~ /MSWin/);

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