maulin sheth
Advanced Member level 2
- Joined
- Oct 24, 2010
- Messages
- 502
- Helped
- 90
- Reputation
- 179
- Reaction score
- 90
- Trophy points
- 1,318
- Location
- Bangalore, India
- Activity points
- 4,161
Hello All,
How to pass + character through command line in perl?
e.g.
perl temp.pl -ComndOpts=+vcs -full64.
Now, I have to pass +vcs and -full64 both using single command line option "ComndOpts". as There is not any limit for "ComndOpts" as it may have 2 arguments/ 3 arguments/4 arguments or whatever(maximum 7-8).
So how I can pass these arguments to script temp.pl?
Thanks in advance.
-Maulin Sheth
How to pass + character through command line in perl?
e.g.
perl temp.pl -ComndOpts=+vcs -full64.
Now, I have to pass +vcs and -full64 both using single command line option "ComndOpts". as There is not any limit for "ComndOpts" as it may have 2 arguments/ 3 arguments/4 arguments or whatever(maximum 7-8).
So how I can pass these arguments to script temp.pl?
Thanks in advance.
-Maulin Sheth