in reply to defeating STDIN redirection

You're using <>, then. If you want STDIN, specify: <STDIN>.

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a (from-home) job
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Re: defeating STDIN redirection
by bcrowell (Acolyte) on Mar 07, 2002 at 18:16 UTC
    Thanks -- that did it! I didn't realize that <> was anything other than an abbreviation for <STDIN>.