On Thursday 05 January 2006 8:21 am, Patrick LeBoutillier wrote:
> Jay,
>
> Everything is bound under the caller package. Try this:
> >     my $callback;
> >     my $api = Finance::IB::TWS::Inline_Bridge->new($callback);
> >     my $ib =  com::ib::client::EClientSocket->new($api);
>
> my $ib =  Finance::IB::TWS::com::ib::client::EClientSocket->new($api);
>
>
> Patrick
>
>
> --
> =====================
> Patrick LeBoutillier
> Laval, Québec, Canada

Yes, that's what I found out last night, and posted a message to the group.  
But, for some reason the message didn't make it to the list.

I didn't realize everything, including external classes, were under the 
caller's package.

Things are working now, thanks.  But now that I'm playing with the code, I'm 
developing new questions :)

Thanks
Jay

Reply via email to