Hi everyone.
I have a perl program that is invoked by the command
match.pl A B
the problem is that there is a few hundred combination of A and B that is possible
so, i am thinking of writing a new program with a small loop that generate the command to invoke the match.pl
so, how do I do this? i.e. invoking perl from a second program?
I have a perl program that is invoked by the command
match.pl A B
the problem is that there is a few hundred combination of A and B that is possible
so, i am thinking of writing a new program with a small loop that generate the command to invoke the match.pl
so, how do I do this? i.e. invoking perl from a second program?