Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Rada13

    Dynamic Server Pushing from Perl to the webpage

    [And works well under IE too]
  2. Rada13

    Dynamic Server Pushing from Perl to the webpage

    Here is a very short CGI script that will do exactly what you need (works well under any Netscape version) [save the following in e.g. mydynamicscript.cgi - it will display a different random number every second] #!/usr/bin/perl -w use CGI; print "Content-type: text/html\n\n"; print "<html>"...

Part and Inventory Search

Back
Top