in reply to Question about input pipes and sub-shells
this also removes the need for the quotes around $pattern since spaces will be escaped.unless (open(PIPE, "search \Q$pattern\E |")) {
- Ant
- Some of my
best work - (1 2 3)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Question about input pipes and sub-shells
by Joey The Saint (Novice) on Nov 14, 2001 at 20:33 UTC | |
by suaveant (Parson) on Nov 14, 2001 at 20:45 UTC |