Help for this page
#!/usr/bin/perl -w # wetter.pl: gets information from wetter.com ... Sicht: @wheather[7,8] EOT
#!/usr/bin/perl -w # yahoowetter: parses weather information from the Yahoo! Wetter servi +ce ... printf "%-20s %s\n", @$_ for @weather; print "\n";