summaryrefslogtreecommitdiff
path: root/pod/perlform.pod
diff options
context:
space:
mode:
authorJeffrey Friedl <jfriedl@regex.info>2002-03-04 04:14:45 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-04 22:06:22 +0000
commita1ce9542567c946a9e13885800d99a27d4b700db (patch)
treef1fafd26dcf8b7fe3881b1cfd4c0c0b8296f22a1 /pod/perlform.pod
parentb27299349ad81150118bac89c15f9a07eb50cb15 (diff)
downloadperl-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.pod2
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";