On 7 July 2015 at 16:41, Akshay Mohit <akshaymohit2...@gmail.com> wrote: > As I told earlier there is a code already written on Performance testing > using Perl threads and I need to maintain and own it because the person who > was doing it earlier left the organization, so I am bound to maintain the > code which is using threads and presently cant make use of any other > concepts of Perl. > > So, could you pls suggest me some study materials/links for the same.
Ah. Right. I misunderstood the "existing codebase" deal. You might want to start in `perldoc perlthrtut` ( http://perldoc.perl.org/perlthrtut.html ) You may also want to read and understand the limitations on threads: http://www.perlmonks.org/index.pl?node_id=288022 Also, a list of the existing modules the codebase uses that are CPANized might be helpful to know, as they will also have their own specific documentation. -- Kent KENTNL - https://metacpan.org/author/KENTNL -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/