X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq3.pod;h=b05b7361c0f58722deb0cd73a9b0f50c62b94593;hb=c9d5ac959cdfa7a668b3bfbbc2b56923c316ef43;hp=372e1ffda5b706170a4c9850da7d5a51a1377ccc;hpb=6cecdcac8975bfe2a12272798634919e91b189db;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 372e1ff..b05b736 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -48,7 +48,8 @@ uninteresting, but may still be what you want. =head2 How do I debug my Perl programs? -Have you used C<-w>? It enables warnings for dubious practices. +Have you tried C or used C<-w>? They enable warnings +for dubious practices. Have you tried C? It prevents you from using symbolic references, makes you predeclare any subroutines that you call as bare