Help for this page

Select Code to Download


  1. or download this
    @data = ( [ '1-1-2004', 15.0 ],
         [ '2-1-2004', 15.5 ],
    ...
         ...
          [ '16-1-2004', 28.8 ]);
    
  2. or download this
    $day->[1] = int $day->[1];