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

$\ ($OUTPUT_RECORD_SEPARATOR or $ORS)

  • The output record separator for the print operator
  • Default value is an empty string.
  {
      local $\ = "\n";
      print "No need for an explicit newline now.";
  }

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