in reply to Re^4: Combining calls to a subroutine issue.
in thread Combining calls to a subroutine issue.
I think that if you are still having trouble figuring this out on your own, and you want to get help from perlmonks, you should:
The example / test case data and code should be fully self-contained, which means that the code should be runnable on its own with the given data, so that other monks can try it out for themselves if they feel like it.
And as I said previously: break the problems down and separate them into different subs and/or modules that focus on particular parts of the problem; that will help you organize your thoughts.
Good luck.
|
|---|