diff options
author | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
commit | 8990e3071044a96302560bbdb5706f3e74cf1bef (patch) | |
tree | 6cf4a58108544204591f25bd2d4f1801d49334b4 /perl.man | |
parent | ed6116ce9b9d13712ea252ee248b0400653db7f9 (diff) | |
download | perl-8990e3071044a96302560bbdb5706f3e74cf1bef.tar.gz |
perl 5.0 alpha 6
[editor's note: cleaned up from the September '94 InfoMagic CD, just
like the last commit]
Diffstat (limited to 'perl.man')
-rw-r--r-- | perl.man | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -453,6 +453,10 @@ will work under any of csh, sh or perl, such as the following: .fi .TP 5 +.B \-T +forces "taint" checks to be turned on. Ordinarily these checks are done +only when running setuid or setgid. +.TP 5 .B \-u causes .I perl @@ -1176,6 +1180,8 @@ or the .I while statement, you may replace \*(L"(EXPR)\*(R" with a BLOCK, and the conditional is true if the value of the last command in that block is true. +(This feature continues to work in Perl 5 but is deprecated. Please +change any occurrences of "if BLOCK" to "if (do BLOCK)".) .PP The .I for @@ -4418,7 +4424,7 @@ record, the page is advanced by writing a form feed, a special top-of-page format is used to format the new page header, and then the record is written. By default the top-of-page format is the name of the filehandle with -\*(L"_TOP\*(R" appended, but it may be dynamicallly set to the +\*(L"_TOP\*(R" appended, but it may be dynamically set to the format of your choice by assigning the name to the $^ variable while the filehandle is selected. The number of lines remaining on the current page is in variable $-, which |