Hi,
I'm a bit of a perl newbie but heres my problem. for an assignment in java I have to test a program to see how well it runs. I have to run it with 10000, 20000, 30000 and 40000 random numbers. I have to do each of those setups five times and then graph the medians. I know I can use bash to store the results, I could use bash to find the median but I probably know perl a little better and then I'll graph it in gnuplot.
What I want to know is there a way to call the java program from perl itself since it would be easier than reading it in from a file. also any tips to make this easier would be appreciated :-)