#!/usr/local/bin/perl -wT use CGI ":standard"; use CGI::Carp "fatalsToBrowser"; use lib "./"; use dustInformation; $query = new CGI; ############################################################ #This script displays the new and information page for the 2dust website ############################################################# print header; &displayPage; print end_html; #display the main page sub displayPage { print < 2Dust Current New
HTML &dHeader; &dSidebar; print <

Current News



A serious bug has been fixed in the mapspec and dustprep code. Please download the most current version of the software to update your local copy.




HTML &printCenterLinks; print "
"; }