<?xml version="1.0" encoding="windows-1252"?>
<node id="550224" title="Re^4: Personal library with CPAN" created="2006-05-18 08:06:56" updated="2006-05-18 04:06:56">
<type id="11">
note</type>
<author id="393886">
monkfan</author>
<data>
<field name="doctext">
Zaxo,&lt;br&gt;&lt;br&gt;

I do not have a root (SU) access. Thus, I believe .htaccess
cannot be accessible to me. Am I right?&lt;br&gt;

Is there a way to include somekind of snippet in my CGI script 
to do the similar thing?&lt;br&gt;
As you mentioned also earlier as another alternative.

&lt;br&gt;&lt;br&gt;
&lt;b&gt;Update&lt;/b&gt;: Along with Zaxo's suggestion above, I can only get my 
my script going after inserting the following snippet. For further [http://groups.google.com/group/comp.lang.perl.modules/msg/2089b9f169425593?dmode=source|info].

&lt;code&gt;
#!/usr/bin/perl -w
use CGI ':standard';

# Newly inserted
BEGIN {
    if ( $ENV{PERL5LIB} and $ENV{PERL5LIB} =~ /^(.*)$/ ) {

        # Blindly untaint.  Taintchecking is to protect
        # from Web data; 
        # the environment is under our control.
        eval "use lib '$_';" foreach ( 
            reverse
            split( /:/, $1 )          
        );
    }
}

use Mail::Sendmail;

&lt;/code&gt;



&lt;div class="pmsig"&gt;&lt;div class="pmsig-393886"&gt;
&lt;br&gt;Regards,&lt;br&gt;
Edward
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
361886</field>
<field name="parent_node">
550212</field>
</data>
</node>
