| 41 |
pgrep.1 man page for pgrep |
pgrep.1 man page for pgrep |
| 42 |
pgrep.c source of a grep utility that uses PCRE |
pgrep.c source of a grep utility that uses PCRE |
| 43 |
perltest Perl test program |
perltest Perl test program |
| 44 |
testinput test data, compatible with Perl 5.004 and 5.005 |
testinput1 test data, compatible with Perl 5.004 and 5.005 |
| 45 |
testinput2 test data for error messages and non-Perl things |
testinput2 test data for error messages and non-Perl things |
| 46 |
testinput3 test data, compatible with Perl 5.005 |
testinput3 test data, compatible with Perl 5.005 |
| 47 |
testinput4 test data for locale-specific tests |
testinput4 test data for locale-specific tests |
| 48 |
testoutput test results corresponding to testinput |
testoutput1 test results corresponding to testinput |
| 49 |
testoutput2 test results corresponding to testinput2 |
testoutput2 test results corresponding to testinput2 |
| 50 |
testoutput3 test results corresponding to testinput3 |
testoutput3 test results corresponding to testinput3 |
| 51 |
testoutput4 test results corresponding to testinput4 |
testoutput4 test results corresponding to testinput4 |
| 314 |
The perltest program tests Perl's regular expressions; it has the same |
The perltest program tests Perl's regular expressions; it has the same |
| 315 |
specification as pcretest, and so can be given identical input, except that |
specification as pcretest, and so can be given identical input, except that |
| 316 |
input patterns can be followed only by Perl's lower case options. The contents |
input patterns can be followed only by Perl's lower case options. The contents |
| 317 |
of testinput and testinput3 meet this condition. |
of testinput1 and testinput3 meet this condition. |
| 318 |
|
|
| 319 |
The data lines are processed as Perl strings, so if they contain $ or @ |
The data lines are processed as Perl strings, so if they contain $ or @ |
| 320 |
characters, these have to be escaped. For this reason, all such characters in |
characters, these have to be escaped. For this reason, all such characters in |
| 330 |
them correctly. |
them correctly. |
| 331 |
|
|
| 332 |
Philip Hazel <ph10@cam.ac.uk> |
Philip Hazel <ph10@cam.ac.uk> |
| 333 |
February 1999 |
April 1999 |