Austin Hastings <[EMAIL PROTECTED]> writes:
> --- Piers Cawley <[EMAIL PROTECTED]> wrote:
>> Austin Hastings <[EMAIL PROTECTED]> writes:
>>
>> > --- Piers Cawley <[EMAIL PROTECTED]> wrote:
>> >> I wonder what would happen if you had a junction of
>> >> continuations. Producing something practical
Austin Hastings pondered:
my $outfh = all(@input_handles);
while (<$outfh>) print;
No. Apart from the bug (leaving off the braces around the C...spot
the C hacker! ;-), this reads from each of the @input_handles and returns
a conjunction of the values that were read. The print then serializes t
--- Piers Cawley <[EMAIL PROTECTED]> wrote:
> Austin Hastings <[EMAIL PROTECTED]> writes:
>
> > --- 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 r
--- 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>) pr
I wonder what would happen if you had a junction of
continuations. Producing something practical is left as an exercise
for the interested reader.
--
Piers
"It is a truth universally acknowledged that a language in
possession of a rich syntax must be in need of a rewrite."
-- Jan