I am a noob to TeamSite and have inherited a system. It is 6.5 SP3 on Windows. The perl scripts typically have something like this in them:use TeamSite::Config;I know I can do "perldoc TeamSite::Config" to get info on that, but if I do not know the name, how or where can I get more information on the possibilities?"perldoc TeamSite" does not give me anything. I would appreciate a link to something describing the functionality available with Perl.Thanks for any help.Craig
Sorry to update my own post. I just found them in $iw-home\iw-perl\Vendor\lib\TeamSite. I should be able to do a perldoc on any of the .pm files in there.