Hi,
I am new to perl. I am working on linux. My perl script will read the STDOUT when execute some commands and parse those results and show at the commandline. My question is I can only run my perl script when I am in my perl file directory.
%lssyscfg -r sys | perl cs.pl
I want to make my script to run any where in the system . Is possible. Can I make exicuitabe and keep it in the path. So that I can run run my script any where in the system..
Thanks in advance.
Venkat
I am new to perl. I am working on linux. My perl script will read the STDOUT when execute some commands and parse those results and show at the commandline. My question is I can only run my perl script when I am in my perl file directory.
%lssyscfg -r sys | perl cs.pl
I want to make my script to run any where in the system . Is possible. Can I make exicuitabe and keep it in the path. So that I can run run my script any where in the system..
Thanks in advance.
Venkat