What I want to do is:
From a script (1.pl) I want to run another script with an argument (2.pl?argument.txt) and write the output of that to a text file (output.txt).
Is there a simple way to do this?
Please bear in mind that I am a comlete newbie in regards to perl-programming.