http://qs1969.pair.com?node_id=1202071

rumpumpel1 has asked for the wisdom of the Perl Monks concerning the following question:

let's look at the following code:

use TeamForge6; my $ctf = TeamForge6->new(proxy => 'http://forge.mysite.org',); my $session = $ctf->login($userid, $passwd);

how can I systematically find the module, in which the login function appears?