Help for this page

Select Code to Download


  1. or download this
    @array = (
      [ '03:30', '05:45' ],
    ...
      [ '10:00', '11:35' ],
      [ '11:00', '15:40' ]
    );
    
  2. or download this
    (
      [ '00:00', '03:30' ],
      [ '09:15', '10:00' ],
      [ '15:40', '24:00' ]
    );