I was given two .pm files that I need to trace… problem is I haven’t encountered one before and I don’t know how I can run it on web page for tracing.
Do I just need to upload those .pm files on my web server, go to url pointing to its location?
I’m clueless.
A .pm file is just a Perl module. There are quite a few interfaces that can be used to run Perl code on a webserver (including PSGI/Plack, FastCGI, mod_perl and CGI). The specifics of how you use the modules will depend on how they are designed to interface with the server. The files you have might not even be intended to be used directly.