Attribute VB_Name = "DumpEnv" Option Explicit DefInt A-Z ' ' This sample demonstrates how to use cgishell.bas ' to read the form input, dump the environment variables, ' and return to CGIShell Sub Main() cgiStartup ' Initialize the CGIShell environment cgiDumpEnv ' Dump the environment variables cgiShutdown ' Shutdown & exit End Sub