>> Does such a thing exist already?
>
>A WTDI exists already:
>
>    for ( $XL->{Application}->{ActiveSheet} ) {
>      $_->cells(1,1) = "Title";
>      $_->language() = "English";
>    }
>
>(presuming lvalue-methods, of course...)

So, in this case, a "with" synonym for "for" would work.

]- OR 

   with alias for;
   with ( $XL->{Application}->{ActiveSheet} ) {
      $_->cells(1,1) = "Title";
      $_->language() = "English";
    }


:")))))

=====
iVAN
[EMAIL PROTECTED]
=====

Reply via email to