X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlhack.pod;h=64c69ad96eb140f5c81e45d4511fc189f7b27002;hb=e5dd39fcc65538f6d292cb5228105f85fe9eff3e;hp=94c6dfd96b063a01b3f9fbbfdeb10b44d2a9b55e;hpb=83f0ef606d0dfc3c0df7c715e0461b6469dee131;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 94c6dfd..64c69ad 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -273,7 +273,7 @@ From http://rsync.samba.org/README.html: "Rsync uses rsh or ssh for communication. It does not need to be setuid and requires no special privileges for installation. It - does not require a inetd entry or a deamon. You must, however, + does not require an inetd entry or a daemon. You must, however, have a working rsh or ssh system. Using ssh is recommended for its security features." @@ -434,7 +434,7 @@ look how others apply the fix. =item Finding the source of misbehaviour When you keep in sync with bleadperl, the pumpking would love to -I that the community efforts realy work. So after each of his +I that the community efforts really work. So after each of his sync points, you are to 'make test' to check if everything is still in working order. If it is, you do 'make ok', which will send an OK report to perlbug@perl.org. (If you do not have access to a mailer @@ -442,7 +442,7 @@ from the system you just finished successfully 'make test', you can do 'make okfile', which creates the file C, which you can than take to your favourite mailer and mail yourself). -But of course, as always, things will not allways lead to a success +But of course, as always, things will not always lead to a success path, and one or more test do not pass the 'make test'. Before sending in a bug report (using 'make nok' or 'make nokfile'), check the mailing list if someone else has reported the bug already and if @@ -1387,6 +1387,9 @@ the C happens at runtime, so it's going to be in one of the F files. Sure enough, C is in F. Since we're going to be altering this file, let's copy it to F. +[Well, it was in F when this tutorial was written. It has now been +split off with C to its own file, F] + Now let's look over C: we take a pattern into C, and then loop over the pattern, taking each format character in turn into C. Then for each possible format character, we swallow up @@ -1813,9 +1816,9 @@ In Tru64 the following options are available: =over 4 -=item -p[rodecures] +=item -p[rocedures] -Procecures sorted in descending order by the number of cycles executed +Procedures sorted in descending order by the number of cycles executed in each procedure. Useful for finding the hotspot procedures. (This is the default option.)