in reply to Converting Visual Basic Code to PERL

Try

use Win32::OLE::Variant; $oReport->Export(Variant(VT_BOOL, 0));

Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature

Replies are listed 'Best First'.
Re: Re: Converting Visual Basic Code to PERL
by harish (Novice) on May 16, 2003 at 13:02 UTC
    AweSome. This works.
    Thanks a bunch.
    Harish