in reply to Re: command line and quotes
in thread command line and quotes
Thanks for the tip on the sig. My fault for not reading clearly. Fixed it now.
Need the quotes because I'm passing @ARGV through a tcp socket. There won't always be quotes, so when they are there, I need to keep them so they can be passed.
I could process @ARGV looking for the "-s" and add quotes around the following argument, but I'd like to avoid that.
|
---|