On 04/30/2018 06:47 AM, Elizabeth Mattijsen wrote:

Perhaps this is a simpler solution:

     for split( "\n", $ClipStr ) -> $evenline, $oddline? {
         say “Purple $evenline”;
         say “Green $_” with $oddline;
     }

Two lines at a time.  Fascinating!   Thank you!

Reply via email to