From a7d15db064c85945b8204ea59a52f5a48a01f2eb Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 13 May 2013 22:27:44 +0100 Subject: forecast call options --- forecast.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'forecast.pl') diff --git a/forecast.pl b/forecast.pl index 814c730..a3dd7d6 100644 --- a/forecast.pl +++ b/forecast.pl @@ -20,6 +20,10 @@ sub URI::path_segments_push { $base->path_segments_push( $key,"51.54,-0.37", ); +$base->query_form({ + units => 'si', + exclude => 'minutely,flags', +}); my $content = get($base); -- cgit v1.2.3