in reply to Send PDF into browser plug-in

Fair enough:

# in your httpd.conf PerlModule Apache::compat # or in your startup.pl use Apache::compat;

Note that there will be overhead for using this module, however, it should allow *most* of your 1.x mod_perl code work under mod_perl 2.0 (ok... 1.99). You may also want to read A reference to mod_perl 1.0 to mod_perl 2.0 Migration.

Hope this helps.

antirice    
The first rule of Perl club is - use Perl
The
ith rule of Perl club is - follow rule i - 1 for i > 1

Replies are listed 'Best First'.
Re: Re: Send PDF into browser plug-in
by nite_man (Deacon) on Oct 20, 2003 at 10:54 UTC

    Thank you, but I've already read this reference. And using Apache::compat is not good solution because later I will have to run my application without this module.

    -- Michael Stepanov