But anyways, the correct way to specify a "Nothing" pointer with Win32::OLE is:
where nothing() really is just a convenience function for Win32::OLE::Variant->new(VT_DISPATCH)use Win32::OLE::Variant qw(nothing); # ... $OleObj->Method($strFirstArg, nothing);
In reply to Re: OLE optional parameter required
by jand
in thread OLE optional parameter required
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |