in reply to Re: Re^2: include statement in perl?
in thread include statement in perl?

Of course; I just mean you don't need to set it yourself. It'll suffice to simply do something like
my ($doc_root) = $ENV{DOCUMENT_ROOT} =~ /(.*)/;

Makeshifts last the longest.