Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have filled this structure in my Perl script and now want to convert it to a CORBA::Any. This should be simple but I'm missing something.struct MyData { string key; unsigned long value1; any state; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: COPE and 'any' data type
by BrowserUk (Patriarch) on Jul 02, 2002 at 07:05 UTC | |
|
Re: COPE and 'any' data type
by djantzen (Priest) on Jul 02, 2002 at 13:10 UTC | |
by Anonymous Monk on Jul 03, 2002 at 05:20 UTC | |
by Anonymous Monk on Jul 04, 2002 at 02:51 UTC |