Tom Christiansen <tchrist@perl.com> writes: > I wonder if people just want to be able to add > > perl -MSome::Module -pe '....' > > and get (or not get) the special processing. I don't think so. At least, not with a lot of trickery. The <> handling and magic is deeply tied into perl. It concerns <>, ARGV, $ARGV, ARGVOUT, eof and eof(). To replace all this (often strange and undocumented) functionality with the simple use of a module would be, eh, real magic. For the time being, I've given up on this traject. -- JohanThread Previous | Thread Next