![]() |
|
Do you know where your variables are? | |
PerlMonks |
Testing Java codeby drawde83 (Acolyte) |
on Sep 30, 2005 at 00:34 UTC ( [id://496298]=perlquestion: print w/replies, xml ) | Need Help?? |
drawde83 has asked for the wisdom of the Perl Monks concerning the following question:
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 :-)
Back to
Seekers of Perl Wisdom
|
|