[perl #34288] perlop: qx/STRING/: mention STDIN
by Dan Jacobson other posts by this author
Feb 28 2005 12:13PM messages near this date
Re: (blead patch) New TRIE regex patch
|
Re: [perl #34288] perlop: qx/STRING/: mention STDIN
# New Ticket Created by Dan Jacobson
# Please include the string: [perl #34288]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34288 >
Perlop talks tons about qx/STRING/'s STDOUT and STDERR, but forgets to
mention its STDIN!
E.g., if qx/echo "$input"|command/ or qx/command < input_file/ are all
one can use, or can one hook things up from inside perl.
Thread:
Dan Jacobson
Chip Salzenberg
Yitzchak Scott-Thoennes
|