in reply to Piping input as an option
$ perl -le 'print "yes" if -t STDIN' yes $ perl -le 'print "yes" if -t STDIN' < /dev/null $
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Piping input as an option
by jkelly (Initiate) on Jul 04, 2007 at 13:04 UTC |