| #!/usr/bin/perl # Gets last 24 hours of weather for CSC,LongCove and CrystalSprings use strict; use CGI; my $q = CGI->new(); my $content = `wget -q -O - http://vr.bowdoin.edu/cgi-bin/weathertable.cgi`; print qq{ $content }; | |
![]() |
|
| Daily Temperature | |
![]() |
|
| Daily Solar Flux | |
![]() |
|
| Daily Humidity | |
![]() |
|
| Daily Precipitation |