RacePace - Race pace calculations for runners
version 0.000001
# How long will I take to run a 5k if my average 1km split is 4:30? perl pace2time.pl --distance 5k --pace 4:30 # 0:22:30
# How long will I take to run 5 miles if my average 1km split is 4:30? perl pace2time.pl --distance 5mi --pace 4:30 # 0:36:12.61
# How long will I take to run a marathon if my average 1km split is 4:30? perl pace2time.pl --distance marathon --pace 4:30 # 3:09:52.65
# What pace should I target to complete a 10k in 45 minutes? perl -Ilib script/time2pace.pl --distance 10k --total-time 45:00
Olaf Alders olaf@wundercounter.com
This software is copyright (c) 2017 by Olaf Alders.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.