Re: ARSPerl ars_Export problems

2010-03-22 Thread Walters, Mark
ff Sent: 19 March 2010 15:30 To: arslist@ARSLIST.ORG Subject: Re: ARSPerl ars_Export problems To answer your question from the original post: - I have it working (Perl 5.8.8, ARSperl 1.92, ARS 7.1) - I tried once to compile it with Cygwin; in the end came to the conclusion that it wouldn't be p

Re: ARSPerl ars_Export problems

2010-03-19 Thread Thilo Stapff
ssage- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Thilo Stapff Sent: 19 March 2010 14:35 To: arslist@ARSLIST.ORG Subject: Re: ARSPerl ars_Export problems ars_Export is called incorrectly in line 65 of Dump_Setup.pl Rather than $val

Re: ARSPerl ars_Export problems

2010-03-19 Thread Walters, Mark
Yes, this is with the corrected version of the script. Mark -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Thilo Stapff Sent: 19 March 2010 14:35 To: arslist@ARSLIST.ORG Subject: Re: ARSPerl ars_Export problems

Re: ARSPerl ars_Export problems

2010-03-19 Thread Thilo Stapff
ars_Export is called incorrectly in line 65 of Dump_Setup.pl Rather than $val = ars_Export($c,"",$type,$name); the line should read: $val = ars_Export($c,"",&ARS::AR_VUI_TYPE_NONE,$type,$name); Do you still get the error with the corrected version? Regards, Thilo On 19.03.2010 15:01,

ARSPerl ars_Export problems

2010-03-19 Thread Walters, Mark
I'm trying to use the ars_Export call in ARSPerl but I can't get it to work under Windows. Using ARSPerl 1.90/Solaris 10/Perl 5.8.4 the example/Dump_Setup.pl script works fine. However, I've tried 1.90/Perl 5.8.4 and 1.92 (pulled via cvs) with Perl 5.10 but neither work. Other example script