Help for this page

Select Code to Download


  1. or download this
    sub hash 
    {
    ...
    
    hash( foo => 'bar' );
    hashref({ foo => 'bar' });
    
  2. or download this
    sub hashref_and_positional 
    {
    ...
    }
    
    hashref_and_positional('foo', 'bar', { baz => 'blah' });