summaryrefslogtreecommitdiffstats
path: root/kachelmann/conditions.pl
diff options
context:
space:
mode:
authorMomo <momorientes@online.de>2011-08-05 23:30:54 +0200
committerMomo <momorientes@online.de>2011-08-05 23:30:54 +0200
commitb001bec7f5d427aa33d7561351e568aeeb0d75bf (patch)
tree5869c65b0f30b2400dfd87dc1383e79d14068f80 /kachelmann/conditions.pl
parent91fe7fe87d71377db0ef16083f00450d0cab26d3 (diff)
Changed the output
Diffstat (limited to 'kachelmann/conditions.pl')
-rw-r--r--kachelmann/conditions.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kachelmann/conditions.pl b/kachelmann/conditions.pl
index feabe6aa..c61e0b8b 100644
--- a/kachelmann/conditions.pl
+++ b/kachelmann/conditions.pl
@@ -3,4 +3,4 @@ use XML::Simple;
system("w3m -dump \"http://www.google.com/ig/api?weather=70327-stuttgart&hl=de\" > weather.xml");
my $xml = new XML::Simple;
my $data = $xml->XMLin("weather.xml");
-print "Draussen ist $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Celsius\n";
+print "Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Celsius\n";