> > I'm wondering what this will do? > > $thingy = $STDIN; > > This seems to have two possibilities: > > 1. Make a copy of $STDIN > > This one. I see a filehandle in *boolean* context meaning "read to $_", > just like the current "while (<FOO>)" magic we all know and occasionally > love. I'd expect $FOO.readln (or something less Pascalish) to do an > explicit readline to a variable other than $_ $STDIN.next is the current plan. Damian
- Re: Apoc2 - <STDIN> conc... Simon Cozens
- Re: Apoc2 - <STDIN> conc... Mark Koopman
- Re: Apoc2 - <STDIN> conc... Nathan Wiger
- Re: Apoc2 - <STDIN> conc... Simon Cozens
- Re: Apoc2 - <STDIN> conc... David L. Nicol
- Re: Apoc2 - <STDIN> conc... Bart Lateur
- Re: Apoc2 - <STDIN> conc... Jarkko Hietaniemi
- Re: Apoc2 - <STDIN> conc... David L. Nicol
- Re: Apoc2 - <STDIN> conc... David L. Nicol
- Re: Apoc2 - <STDIN> concerns Graham Barr
- Re: Apoc2 - <STDIN> concerns Damian Conway
- Re: Apoc2 - <STDIN> concerns Simon Cozens
- Re: Apoc2 - <STDIN> concerns Michael G Schwern
- Re: Apoc2 - <STDIN> concerns Nathan Wiger
- Re: Apoc2 - <STDIN> concerns James Mastros
- Re: Apoc2 - <STDIN> concerns Michael G Schwern
- Re: Apoc2 - <STDIN> concerns David L. Nicol
- Re: Apoc2 - <STDIN> concerns James Mastros
- Re: Apoc2 - <STDIN> concerns Graham Barr
- Apoc2 - <STDIN> concerns Nathan Wiger
- RE: Apoc2 - <STDIN> concerns Lipscomb, Al