in reply to Re: Re5: Creating Advanced Client-Side Applications With Perl
in thread Creating Advanced Client-Side Applications With Perl

Ahhhh ... I thought that Win32::OLE would actually AUTOLOAD methods that map to property names. Silly wabbit! Thanks!

------
We are the carpenters and bricklayers of the Information Age.

Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

  • Comment on Re: Re: Re5: Creating Advanced Client-Side Applications With Perl

Replies are listed 'Best First'.
Re: Re: Re: Re5: Creating Advanced Client-Side Applications With Perl
by Jenda (Abbot) on Apr 19, 2004 at 19:53 UTC

    No it does not. Which is particularly annoying if you are converting some VB(Script) examples to Perl. In JavaScript you may distinguish between a function call and property access (function calls always have braces, even if you do not want to pass any parameters) but there is no such distinction in VB(Script) :-(

    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