in reply to Re: peek at STDIN, to determine data type and then pass STDIN to a parser
in thread peek at STDIN, to determine data type and then pass STDIN to a parser

I'd use IO::Unread instead since it uses Perl's builtin support for unreading rather than reimplementing every file operation.
  • Comment on Re^2: peek at STDIN, to determine data type and then pass STDIN to a parser