Hey guys!
I have a bash script that calls a perl script. The perl script generates several values and saves them in variables. I need these values seperated from each other for use in the bash script, so I can't just capture the STDOUT. Any ideas?
Thanks in advance!