Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: RChapter 6
Debugging
Next: Reference: S
 

s

s [expr]

Single steps. Executes until it reaches the beginning of another statement, descending into subroutine calls. If an expression is supplied that includes a function call, the function is also single-stepped.


Previous: Reference: RPerl in a NutshellNext: Reference: S
Reference: RBook IndexReference: S