--- Piers Cawley <[EMAIL PROTECTED]> wrote:
> I wonder what would happen if you had a junction of
> continuations. Producing something practical is left as an exercise
> for the interested reader.

Isn't this effectively "paste(1)" ?

That is, 

my $outfh = all(@input_handles);
while (<$outfh>) print;

for suitable tunings of chomp/append-newlines modes?

Which begs the question: Do junctions know about the origins of their
components? Is "preserving order" a meaningful concept? (Especially in
light of entanglement, which will require origin info if it is to be
added as an external module.)

=Austin


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

Reply via email to