Help for this page

Select Code to Download


  1. or download this
    $ perl6 -e 'lines("a\nb").perl;'
    ("a", "b").Seq
    
  2. or download this
    C:\Users\Laurent>perl6 -e "dd qq{a\nb\r\nc}.lines;"
    ("a", "b", "c").Seq