Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Icmscommon
srinivas13
I am using IcmsCommon namespace to read the values as follow in my ipl file
use IcmsCommon;
my %confgvalues = IcmsCommon::ICMScfgreader($country,undef,'entitlem ent');
please tell me how that code works in detail..
Find more posts tagged with
Comments
Adam Stoller
Please do not cross-post.
This is apparently the correct forum for the question - so you should close the other thread.
That being said, the response that "cute_guy" gave you in the other forum is pretty much on-the-spot.
As near as I can tell, there is no IcmsCommon perl module out there in CPAN land - so this is almost definitely a custom module at your site - and therefore you are the only one here (unless there are other members of your site on DevNet) who has access to the code to look at it.
I suggest you try running
perldoc IcmsCommon
on your server to see if the person who created the module provided internal documentation for it - otherwise you need to open the file and read the code yourself.
srinivas13
Thank you.............