Add perlcheat to the toc and perl.pod; regen toc.
[p5sagit/p5-mst-13.2.git] / pod / perlunicode.pod
index 91bb0f8..230c105 100644 (file)
@@ -1079,17 +1079,30 @@ portable concept.  Similarly for the qx and system: how well will the
 
 =over 4
 
-=item chmod, chmod, chown, chroot, exec, link, mkdir, rename, rmdir, stat, symlink, truncate, unlink, utime
+=item *
+
+chmod, chmod, chown, chroot, exec, link, mkdir
+rename, rmdir stat, symlink, truncate, unlink, utime
+
+=item *
+
+%ENV
+
+=item *
+
+glob (aka the <*>)
+
+=item *
 
-=item %ENV
+open, opendir, sysopen
 
-=item glob (aka the <*>)
+=item *
 
-=item open, opendir, sysopen
+qx (aka the backtick operator), system
 
-=item qx (aka the backtick operator), system
+=item *
 
-=item readdir, readlink
+readdir, readlink
 
 =back