Help for this page

Select Code to Download


  1. or download this
    The iterator of this Seq is already in use/consumed by another Seq
    (you might solve this by adding .cache on usages of the Seq, or
    by assigning the Seq into an array)
    
  2. or download this
    use v6;
    
    ...
    
        return $text.lines;
    }
    
  3. or download this
    11:03 >perl6 -v
    This is Rakudo Star version 2019.03.1 built on MoarVM version 2019.03
    implementing Perl 6.d.
    
    12:14 >