Hi,
I need to update a mysql table with values contained in an oracle table. For
this, I am using the perl dbi, but am not getting the syntax right. I am
able to get the syntax for updating a mysql table from another mysql table
contained in the same database. But I am not able to update the mys
> -Original Message-
> From: Bill Luebkert
> >
> > So, my DEVMODE is a defines as
> >
> > DEVMODE * FAR *mode
> >
> > How does one unpack a double pointer to a struct?
>
> I would assume define it as a ptr:
> my $mode = pack 'P', 0;
>
> And then you would need to do something