Hey,
I was trying to use ars_padEntryid and it kept giving me the error
that main::ars_padEntryid was not defined. I tried ARS::ars_padEntryid
and that worked so I took a look at ARS.pm and it seems that ars_padEntryid
is not in the @EXPORT array. I added it and it works now.
$ diff ARS.pm.old ARS.pm
45c45
< @EXPORT = qw(isa_int isa_float isa_string ars_LoadQualifier ars_Login ars_Logoff ars_GetListField ars_GetFieldByName ars_GetFieldTable ars_CreateEntry ars_DeleteEntry ars_GetEntry ars_GetListEntry ars_GetListSchema ars_GetListServer ars_GetActiveLink ars_GetCharMenuItems ars_GetSchema ars_GetField ars_simpleMenu ars_GetListActiveLink ars_SetEntry ars_perl_qualifier ars_Export ars_GetListFilter ars_GetListEscalation ars_GetListCharMenu ars_GetListAdminExtension);
---
> @EXPORT = qw(isa_int isa_float isa_string ars_LoadQualifier ars_Login ars_Logoff ars_GetListField ars_GetFieldByName ars_GetFieldTable ars_CreateEntry ars_DeleteEntry ars_GetEntry ars_GetListEntry ars_GetListSchema ars_GetListServer ars_GetActiveLink ars_GetCharMenuItems ars_GetSchema ars_GetField ars_simpleMenu ars_GetListActiveLink ars_SetEntry ars_perl_qualifier ars_Export ars_GetListFilter ars_GetListEscalation ars_GetListCharMenu ars_GetListAdminExtension ars_padEntryid);
(That line should proably be broken up in to several lines, as well...)
Cheers,
Vern
--
Vern Hart -=<>=- Taos Mountain Software -=<>=- ve...@ta...
Silicon Graphics -=<>=- ve...@sg... -=<>=- 415-933-6210
100lbs of Silly Putty! - http://www.sirds.com/sillyputty
|