Help for this page
my ($self,...) = @_; ... my $c_next = $self->{state} = \&stateReadLit; # keep track goto &{$c_next};
my ($self,...) = @_; ... $self->{state} = \&stateReadLit; goto &stateReadLit;