diff options
author | Jeffrey Friedl <jfriedl@regex.info> | 2002-03-04 04:14:45 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 22:06:22 +0000 |
commit | a1ce9542567c946a9e13885800d99a27d4b700db (patch) | |
tree | f1fafd26dcf8b7fe3881b1cfd4c0c0b8296f22a1 /pod/perlform.pod | |
parent | b27299349ad81150118bac89c15f9a07eb50cb15 (diff) | |
download | perl-a1ce9542567c946a9e13885800d99a27d4b700db.tar.gz |
small doc update to promote '-no_match_vars' of 'use English'
Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
p4raw-id: //depot/perl@15021
Diffstat (limited to 'pod/perlform.pod')
-rw-r--r-- | pod/perlform.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlform.pod b/pod/perlform.pod index b2c87fa9b0..53e348f7b3 100644 --- a/pod/perlform.pod +++ b/pod/perlform.pod @@ -187,7 +187,7 @@ stage in the expression to single-step the debugger through): If you use the English module, you can even read the variable names: - use English; + use English '-no_match_vars'; $ofh = select(OUTF); $FORMAT_NAME = "My_Other_Format"; $FORMAT_TOP_NAME = "My_Top_Format"; |