Re: [Arsperl-users] handling ARWARN 1200

2007-10-12 Thread Paizo
Thank you Alex, that's help me :) 2007/10/5, Alex Agle <[EMAIL PROTECTED]>: > > Hi Paizo, > > In the programs that I've written, I usually check the size of the > hash or array as opposed to checking for ARWARN 1200. I'll provide > two examples of how to do this. The first example is with a ha

Re: [Arsperl-users] handling ARWARN 1200

2007-10-05 Thread Alex Agle
Hi Paizo, In the programs that I've written, I usually check the size of the hash or array as opposed to checking for ARWARN 1200. I'll provide two examples of how to do this. The first example is with a hash and the second is with an array. The first example is untested code that I put togethe

[Arsperl-users] handling ARWARN 1200

2007-10-05 Thread Paizo
Hi listeners, I'm making a perl script to check the presence of some kind of tickets. Usually there are no tickets of this kind causing a ARWARN 1200. I would like to handle this warning but i miss something $arwarn = ""; (%entries = ars_GetListEntry($ctrl, $ARSschema, $qual, 0, 0)) || ($arw