#!/usr/bin/perl
$refresh_time = "20";
print "Refresh: ", $refresh_time, "\n";
print "Content-type: text/html", "\n";
print "Pragma: no-cache", "\n\n";
print ("\n");
print ("
THE MIRACLES OF TUG TECHNOLOGY - By dreamwvr.com\n");
print ("
\n");
print ("
\n");
print ("\n");
print ("\n");
print "Now here is a Concept that's Time has Come. Imagine", "\n";
print "The Website Being linked into the Stock Market in Real Time,", "\n";
print "where the Stocks, and Quotes are Streamed Here. Then updated", "\n";
print "say Every 20 Seconds. then dreamwvr.com one could quite", "\n";
print "Conceivably keep Track of the Market Without Ever Touching", "\n";
print "the reload button. Merely Check here from time to time for results.", "\n";
print "Other Applications that come to mind are Real Time System", "\n";
print "Monitoring or Tracking of a Shipment of Merchandise as it", "\n";
print "Flows to its Intended Destination. It should be noted that the", "\n";
print "Technique used here is not the Same as its HTML cousin. Onlookers", "\n";
print "that are aware of any Real Time Stock Sites Streams that might be cool", "\n";
print "to Ride for examples and are publically available to all. Please email dreamwvr\@dreamwvr.com", "\n";
print ("");
print ("
\n");
print ("
");
print ("
Copyright © 1998 - 2004 - All Rights Reserved
\n");
print ("Atoms Tugged by dreamwvr.com
");
print ("");
print ("\n");
print ("\n");
print ("\n");
print ("\n");
exit (0);