in reply to Re^2: quoting for system() and friends
in thread quoting for system() and friends
This is analogous as to how shell arguments constructed using the quotemeta function should be treated, ie:
$ perl -e '$qs=quotemeta("|"); system( qq{echo $qs} );'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: quoting for system() and friends
by ikegami (Patriarch) on Mar 06, 2007 at 16:39 UTC |