sub mysub{ create a hash with keywords,inputparameters=@_; replace all kewords in some file with their respective inputparameters>inputfile_name.ext; `some_program inputfile_name.ext outputfile`; return the number next to some string in "outputfile"; }