diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-11 13:55:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-11 13:55:07 +0000 |
commit | 4c84d7f2a03f1d29578b3894e1b6863673b307fb (patch) | |
tree | 701d29965be00b3f11d54bc7b6fed464bdd4a2d9 /README.hpux | |
parent | 5ac1e9b286b068746476878a8a6206b06828a175 (diff) | |
download | perl-4c84d7f2a03f1d29578b3894e1b6863673b307fb.tar.gz |
Remove the -P switch
p4raw-id: //depot/perl@32954
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/README.hpux b/README.hpux index f1e1fea965..d95d5ebd44 100644 --- a/README.hpux +++ b/README.hpux @@ -559,25 +559,6 @@ If you are compiling Perl on a remotely-mounted NFS filesystem, the test io/fs.t may fail on test #18. This appears to be a bug in HP-UX and no fix is currently available. -=head2 perl -P and // and HP-UX - -If HP-UX Perl is compiled with flags that will cause problems if the --P flag of Perl (preprocess Perl code with the C preprocessor before -perl sees it) is used. The problem is that C<//>, being a C++-style -until-end-of-line comment, will disappear along with the remainder -of the line. This means that common Perl constructs like - - s/foo//; - -will turn into illegal code - - s/foo - -The workaround is to use some other quoting separator than C<"/">, -like for example C<"!">: - - s!foo!!; - =head2 HP-UX Kernel Parameters (maxdsiz) for Compiling Perl By default, HP-UX comes configured with a maximum data segment size of |