Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Custom Perl module under TeamSite
System
Hi,
Can anyone suggest what should be the best process for creating and installing a custom perl module under TeamSite??
I have manually edited Usertask.pm under iw-perl/vendor/lib/TeamSite and created a new file called Mytask.pm. I saved this under same TeamSite folder.
But I can't access sub routines in this Mytask.pm as I haven't yet installed it.
I would be calling sub routines of this module from other scripts (like WFT file)
in following fashion -
use TeamSite::Mytask qw(
get_element_list
);
my $myvar = get_element_list();
Could you suggest what should be the best process to install the module!!
Thanks for your suggestions.
-PB
Find more posts tagged with
Comments
There are no comments yet