Hi,

Why does this script give no output under mod_perl, but works fine from the command 
line:

#!/usr/bin/perl -w

use CGI;

print CGI->header();

open (AAA, ">-");

print AAA "Test string";

close AAA;

The directory where the script lives is configured as:

    AllowOverride None
    Order allow,deny
    Allow from all
    SetHandler          perl-script
    PerlHandler         Apache::PerlRun
    Options             +ExecCGI

Thanks,
Simon
-- 
 _________    
|       x |   Simon (Vsevolod ILyushchenko)     [EMAIL PROTECTED]   
| y = e   |                                    
|_________|   http://www.simonf.com            [EMAIL PROTECTED]                       
|     
                                             
                                Disclaimer: This is not me.                    
                        This is just my mailer talking to your mailer...

Reply via email to