Forgive the newbie question, but until Monday perl was just a beer I drank in college.
I have a HPUX shell script that is passed variables by HP Operations. I want to pass these into a perl script and have that data written into a file.
I can execute the perl script separately and the file is opened and the static variables are written. When I run the HPUX shell script, the perl script
is not executed or the data is not written into the file.
Any ideas?
Thanks,
still