Hi root,
Thanks for your help.
I have an idea of how handle command line arguments given to a script. Kindly go through the problem and background as below:
Background : A script written to perform operation and all the depending subroutines for the script are in main library. Here no input arguments were accepted
Problem : Now the input to file is an XML file. But I don't want to modify anything in local script. whereas when I call the script with xml file as a command line input, I should be able to read it directly in library. Is there a way to do this?