This commit is contained in:
Juerd Waalboer 2023-04-09 22:40:35 +02:00
parent 2b0fd9b22c
commit d33cc1fa18

View file

@ -145,7 +145,7 @@ END
# "(W exiting) You are exiting a subroutine by unconventional means, # "(W exiting) You are exiting a subroutine by unconventional means,
# such as a goto, or a loop control statement." # such as a goto, or a loop control statement."
redo OUTER; # this is phenominally vile :) redo OUTER; # this is phenomenally vile :)
} }
$_[2] = "help" if $split_input and $input eq "\\help"; $_[2] = "help" if $split_input and $input eq "\\help";