Help for this page

Select Code to Download


  1. or download this
    local $, = ", ";
    local $\ = "\n";
    ...
    for (1..2) {
       print map { ++$_ } 0..4;
    }
    
  2. or download this
    1, 2, 3, 4, 5
    2, 3, 4, 5, 6