Help for this page
sub bla { return ( ... HASH { { foo => 17, bar => 23 } } ); }
sub bli { if (want('LIST')) { ... return; # You have to put this at the end # to keep the compiler happy }