OK, just as concept:
The base platform is Suse Enterprise server 11.1
I have a binary file to install; to install it, I need input some value such as ip address, cert location and so on.
Now what I want to do is to write a perl program to gather all input information first and then generate a script to guide the binary file install unattended.
Can it be done? I'm a fresh Perl learner.
Thanks.