I've got a script which i execute, and it has the line:
use IndexHandler;
I have created the package IndexHandler.pm, and when I run my script, it loads it fine, and I can run one of the subroutines in IndexHandler.pm.
However, I need to pass 3 variables to the subroutine. I've tried this by...