Help for this page

Select Code to Download


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