This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: unlink of open/locked files will fail
[perl5.git] / pod / perlform.pod
index 190d12e..84b6fc5 100644 (file)
@@ -301,7 +301,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 '-no_match_vars';
+    use English;
     $ofh = select(OUTF);
     $FORMAT_NAME     = "My_Other_Format";
     $FORMAT_TOP_NAME = "My_Top_Format";