A source code is written using module imported in the code on the desktop. When this code is run on the desktop, the compiler imports the module in code and runs the code. Now this code is deployed on server, again it will be required to have all the modules used in the code available on the server too, right ? Otherwise code will not run.
What I am making sure is, that perl modules are requred at both the places where code is created and where code is deployed, right ?