Help for this page

Select Code to Download


  1. or download this
    my %arguments = ( argument1 => "value1", argument2 => "value2" );
    
    $object->method(%arguments);
    
  2. or download this
    $object->method( -argument1 => "value1", -argument2 => "value2" );