[ID 20001005.006] Documentation -- description of qr//
[p5sagit/p5-mst-13.2.git] / pod / perlref.pod
index 274f43d..2727e95 100644 (file)
@@ -528,7 +528,8 @@ makes it more than a bareword:
     $array{ +shift }
     $array{ shift @_ }
 
-The B<-w> switch will warn you if it interprets a reserved word as a string.
+The C<use warnings> pragma or the B<-w> switch will warn you if it
+interprets a reserved word as a string.
 But it will no longer warn you about using lowercase words, because the
 string is effectively quoted.