#!/usr/bin/perl ################################################### ## ## ## by Michael Fewings ## ## 30th Oct 1999 ## ## michael@_remove-this_strikeone.com.au ## ## ## ################################################### ## These files may be copied and modified if ## ## this header remains intact. You may not re- ## ## distribute this script unless you have ## ## written permission directly from me. ## ################################################### &header; print << "__toend__"; \ \;\ \;\ \;\ \;
Bid the Date

Bidding is closed

To look at the bidding dates and see the breakdown of bids go to results.htm

__toend__ &footer; sub header { print << "__toend__"; Content-type: text/html Cyclone Date Bid
__toend__ } sub footer { print << "__toend__";
__toend__ exit; } exit;