[Arsperl-users] ars_CreateContainer
Brought to you by:
jeffmurphy
|
From: LJ L. <lj....@gm...> - 2008-09-18 04:40:58
|
Hey...I'm new to this list...so please go easy on me. ARS 7.1 Patch 2 ARSPerl 1.90 ActivePerl-5.8.8.819 Windows 2003 I've been using ARSPerl for quite some time, but mainly the client functions. I'm writing a script with the intention of taking 2 packing list names, determining if one of them exists, if not, create it, if it does I want to add the contents of pl1 to pl2 and update to the server. I've been using the Java 7.1 API and have done this there...but I don't want to write an entire program and hafta call it from my perl script to get this done. I have successfully used ars_GetContainer, and determined if pl2 exists on the server, I'm at the point where I'm trying to create a new container and can't find ANY good documentation about how to create the hash in question. Any and all help is appreciated, most preferable of course would be a snippet of code that would create a 'blank' packing list. Thanks for your time. |