comparison fetch_weather.pl @ 477:6773d97a3de2

fetch_weather: Add note about commandline options.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Dec 2018 04:17:27 +0200
parents ba50359871b7
children b352722e8717
comparison
equal deleted inserted replaced
476:ba50359871b7 477:6773d97a3de2
7 # 7 #
8 # Should be ran as a cronjob, and configured properly. 8 # Should be ran as a cronjob, and configured properly.
9 # */10 * * * * perl -w /absolute/path/to/fetch_weather.pl /path/to/configfile 9 # */10 * * * * perl -w /absolute/path/to/fetch_weather.pl /path/to/configfile
10 # 10 #
11 # Configuration file example is in "config.fetch_weather.example" 11 # Configuration file example is in "config.fetch_weather.example"
12 # For debugging/testing, try ./fetch_weather.pl to see commandline options.
12 # 13 #
13 # Requires various Perl modules, in Debian the packages should be: 14 # Requires various Perl modules, in Debian the packages should be:
14 # libwww-perl libxml-simple-perl libtimedate-perl libjson-perl 15 # libwww-perl libxml-simple-perl libtimedate-perl libjson-perl
15 # libfile-slurper-perl 16 # libfile-slurper-perl
16 # 17 #