*** pod/perlopentut.pod.orig	Fri Feb 11 10:31:09 2005
--- pod/perlopentut.pod	Fri Feb 11 10:35:11 2005
***************
*** 519,528 ****
  This assumes, of course, that your system considers dot the current
  working directory, slash the directory separator, and disallows ASCII
  NULs within a valid filename.  Most systems follow these conventions,
! including all POSIX systems as well as proprietary Microsoft systems.
! The only vaguely popular system that doesn't work this way is the
! proprietary Macintosh system, which uses a colon where the rest of us
! use a slash.  Maybe C<sysopen> isn't such a bad idea after all.
  
  If you want to use C<< <ARGV> >> processing in a totally boring
  and non-magical way, you could do this first:
--- 519,529 ----
  This assumes, of course, that your system considers dot the current
  working directory, slash the directory separator, and disallows ASCII
  NULs within a valid filename.  Most systems follow these conventions,
! including all POSIX systems, proprietary Microsoft systems, and recent
! Mac OS X systems. The only vaguely popular system that doesn't work
! this way is the "Classic" Macintosh system, which uses a colon where
! the rest of us use a slash.  Maybe C<sysopen> isn't such a bad idea after
! all.
  
  If you want to use C<< <ARGV> >> processing in a totally boring
  and non-magical way, you could do this first:
