in reply to Re^4: Replaying Santa Claus Golf Apocalypse with Pugs/Perl6
in thread Replaying Santa Claus Golf Apocalypse with Pugs/Perl6
This
wants to read from the standard input with current Pugs, even if command line arguments are given! In contrast, as TimToady pointed it out, it should read from the files given in the command line arguments, if there are any!my@l= =<>; print @l;
rg0now
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Replaying Santa Claus Golf Apocalypse with Pugs/Perl6
by audreyt (Hermit) on Mar 13, 2005 at 06:38 UTC | |
by rg0now (Chaplain) on Mar 13, 2005 at 11:22 UTC |