This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo fix, reported by Joaquin Ferrero (RT#113616)
[perl5.git] / pod / perldebug.pod
index fcdb29c..4a2f07e 100644 (file)
@@ -304,6 +304,10 @@ don't use C<if>:
     b 237 ++$count237 < 11
     b 33 /pattern/i
 
+If the line number is C<.>, sets a breakpoint on the current line:
+
+    b . $n > 100
+
 =item b [file]:[line] [condition]
 X<breakpoint>
 X<debugger command, b>