[Moscow.pm] STDIN <> и чёрная магия
Dmitry Karasik
dmitry на karasik.eu.org
Ср Дек 7 23:57:18 PST 2011
On Wed, Dec 07, 2011 at 10:33:32PM +0300, Denis Evdokimov wrote:
> Приветствую.
> Кто мне сможет объяснить, почему второй вариант так разительно отличается
> от первого варианта?
The null filehandle <> is special: it can be used to emulate the
behavior of sed and awk. Input from <> comes either from standard input,
or from each file listed on the command line. Here's how it works: the
first time <> is evaluated, the @ARGV array is checked, and if it is
empty, $ARGV[0] is set to "-", which when opened gives you standard
input. riable.
и далее по тексту
--
Sincerely,
Dmitry Karasik
Подробная информация о списке рассылки Moscow-pm