in reply to Re^2: wdGoToSection help
in thread wdGoToSection help

See Win32::OLE for how to pass named arguments:

$ex->Dmethod($RequiredArg1, {NamedArg1 => $Value1, NamedArg2 => $Value +2});

If you have more questions, these would be covered in an introductory course to Perl.