Hi there
I wrote a Perl program to handle some file comparison with, for some
time ago. Now I'm in the process of rewriting a part of it to handle
some more routines, but the result is that it has become a huge file,
with a lot of sub functions and is almost impossible to get an overview
of the sub functions when you look into it.
How do I split the big file up into smaller bits - ex. One sub function
per file? (How too do it isn't a problem) but how do I tell the main
function how to find the files where the sub function is located?
Next question should I cal the files xxx.pl or xxx.inc or xxx.?
And Finally should each file begin with the #!usr/bin/perl or isn't
that necessary??
I hope that someone can give me an answer - I tried have tried to find
the answer on perl.org / perdoc.org but without any success.
Best regards
Bo Mangor