[EMAIL PROTECTED] writes:

> Separated clobbering <== ==> from pushy <<== and ==>>
> 
> +Feeding into the C<*> "whatever" term sets the source for the next sink.
> +To append multiple sources to the next sink, double the angle:
> +
> +    0..*       ==>  *;
> +    'a'..*     ==>> *;
> +    pidigits() ==>> *;

Can you append to something that isn't there?  Would it matter if the
first feed also had a double pointy bracket on it?

Smylers

Reply via email to