On 3/25/07, Alan <[EMAIL PROTECTED]> wrote:
On Sunday 25 March 2007 18:14, Matt Herzog wrote:
> This is all I needed. I swear I had " /($searchstring)/; " in there at
> some point before . . .  so if I pass it
>
> -s "\.properties$"
>
> at the command line, it works as expetcted. Nice.

That might be a shell thing?

In Linux bash shell those quotes (I think) tell the shell to not interpret
anything inside the quotes.

bash quotes work like perl quotes:

echo "$PS1"
echo '$PS1'

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to