in reply to Makefile.PL does not always install changed file
haukex already stated the procedure for showing us how to help you, but I've got another tidbit aside from that...
...don't put user particulars in an executable file. Put that stuff in a config file (JSON, INI etc) or an environment variable. Your functions/methods should handle properly input from a config file, but in a file that can literally be executed while being loaded, anyone can put anything in there, and go completely rogue.
|
|---|