Help for this page

Select Code to Download


  1. or download this
    my $var :MyAttr;
    
  2. or download this
    my_func( 1, 'Hi there', { key => 'value } :MyAttr );
    
  3. or download this
    my $var :MyAttr = { key => 'value' };
    my_func( 1, 'Hi there', $var );