ranjeeth
Newbie level 6
- Joined
- Aug 3, 2005
- Messages
- 13
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Mumbai,India
- Activity points
- 1,469
perl passing single input argument
I have written a small code in Perl to search for a given string in text files in a given directory. I take the directory name and string as input arguments to the perl program. Perl takes the space as the seperator for the argument, this does not allow for spaces in the directory name/ text string.
Is there a way by which a single input argument can have a space?
I have written a small code in Perl to search for a given string in text files in a given directory. I take the directory name and string as input arguments to the perl program. Perl takes the space as the seperator for the argument, this does not allow for spaces in the directory name/ text string.
Is there a way by which a single input argument can have a space?