Re: [Arsperl-users] SLES9 + ARSPerl 1.82
Brought to you by:
jeffmurphy
|
From: Christoph S. <chr...@po...> - 2005-04-13 12:38:37
|
Great ! That does it. I thought it would be C++-alike as a default 0. Thanks.... ------------------------------------------ Christoph Schumacher Porsche Information-Kommunikation-Services Competence Center UNIX Porschestrasse D-71287 Weissach ------------------------------------------ Richard Hellier schrieb: >-----Original Message----- >From: ars...@ar... [mailto:arsperl-users- > ># Retrieve all of the entry-id's for the schema. >my %entries = ars_GetListEntry($ars_connect->ctrl, $scheme, $qual, 0); > >------------------- > > >Christoph, > >The first thing I'd eliminate is the missing 0 in the ars_GetListEntry() >call. That is, try writing: > >my %entries = ars_GetListEntry($ars_connect->ctrl, $scheme, $qual, 0, 0); > >(one zero specifies the max # of entries (0 => infinity) and the other means >start the fetch at the first entry). > >Try this and see what happens. > >Cheers, > >Richard. > > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Arsperl-users mailing list >Ars...@ar... >https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > > |