S<Mac OS> uses C<:> as a path separator instead of C</>.
-The filesystem may not support neither hard links (C<link()>) nor
+The filesystem may support neither hard links (C<link()>) nor
symbolic links (C<symlink()>, C<readlink()>, C<lstat()>).
The filesystem may not support neither access timestamp nor change
C<pack>, C<print>, C<printf>, C<ord>, C<sort>, C<sprintf>, C<unpack>), as
well as bit-fiddling with ASCII constants using operators like C<^>, C<&>
and C<|>, not to mention dealing with socket interfaces to ASCII computers
-(see L<"NEWLINES">).
+(see L<Newlines>).
Fortunately, most web servers for the mainframe will correctly translate
the C<\n> in the following statement to its ASCII equivalent (note that
Far from being POSIX compliant. Because there may be no underlying
/bin/sh tries to work around the problem by forking and execing the
-first token in its argument string. Handles basic redirection ("<" or
-">") on its own behalf. (MiNT)
+first token in its argument string. Handles basic redirection
+("E<lt>" or "E<gt>") on its own behalf. (MiNT)
=item times
Returns undef where unavailable, as of version 5.005.
-C<umask()> works but the correct permissions are only set when the file is
-finally close()d.
+C<umask()> works but the correct permissions are only set when the file
+is finally close()d. (AmigaOS)
=item utime LIST
=over 4
+=item v1.38, 31 December 1998
+
+More changes from Jarkko.
+
=item v1.37, 19 December 1998
More minor changes. Merge two separate version 1.35 documents.
=head1 VERSION
-Version 1.37, last modified 19 December 1998
-
+Version 1.38, last modified 31 December 1998