[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

conditional require of Apache::Constants, answer


Ok,

I figured it out with one last suggestion from a friend:

BEGIN
{
 if (exists $ENV{MOD_PERL})
 {
   require Apache::Constants;
   import Apache::Constants qw(:common :http);
 }
}

That is the ticket!

Thanks to all who were to answer!

Patrick

--
Patrick Galbraith, Senior Programmer Grazr - Easy feed grazing and sharing http://www.grazr.com
Satyam Eva Jayate - Truth Alone Triumphs
Mundaka Upanishad




Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.