Help for this page

Select Code to Download


  1. or download this
    $chapters[1] = @lines[0 .. 55]; 
    $chapters[2] = @lines[56 .. 112];
    
  2. or download this
    $chapters[1] = [@lines[0 .. 55]]; 
    $chapters[2] = [@lines[56 .. 112]];