The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
set different on
step
step-
step+
next
# Try a command with a continuation (\)
step \
2
# Try "step into" and "step over"
step into
step over
quit!