> From: Matthew Rochlin [mailto:[EMAIL PROTECTED]]

> (Running Activestate 5.6 on win2k):
> 
> I'd like to use CGI.pm but send the output to a static HTML 
> file instead of 
> generating the page on the fly.
> 
> I've got 
> 
> use CGI;
> $q = new CGI; # intitiate web page state
> 
> Here's the prob.  I'm running the program from the command prompt.
> When it hits the second line with "new CGI;", I get this in 
> the console:
> (offline mode: enter name=value pairs on standard input)
        In addition to what others have said, using the -no-debug pragma
will remove the "offline mode" call, as well:
        use CGI qw(-no_debug :standard);

        Check out the CGI docs, for sure -- there are a lot of wonderful
tools and bits in them! :)

                                        -----Woodrow

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to