Help for this page

Select Code to Download


  1. or download this
    goto &{$_[0]->{state} = \&stateReadLit};
    
  2. or download this
    $_[0]->{state} = \&stateReadLit;  # assign the coderef to the stateRea
    +dLit subroutine to the 'state' element of the hash referenced by $_[0
    +]
    goto &stateReadLit;  # or goto &{ $_[0]->{state} };