Help for this page

Select Code to Download


  1. or download this
    package M42C::Web;
    
    ...
    
    1;
    __END__
    
  2. or download this
    package M42C::Web::Session;
    use strict;
    ...
    
    1;
    __END__
    
  3. or download this
    <%init>
    # $m->comp('/comps/session.comp');
    ...
    <pre>
    <% Dumper($eng->session) %>
    </pre>
    
  4. or download this
    Can't locate Apache::Session::Postgres in @INC (@INC contains: /opt/m4
    +2c/managed/opt/perl/5.8.9/lib/5.8.9/x86_64-linux /opt/m42c/managed/op
    +t/perl/5.8.9/lib/5.8.9 /opt/m42c/managed/opt/perl/5.8.9/lib/site_perl
    +/5.8.9/x86_64-linux /opt/m42c/managed/opt/perl/5.8.9/lib/site_perl/5.
    +8.9 . /opt/m42c/managed/opt/httpd) at /opt/m42c/managed/opt/perl/5.8.
    +9/lib/site_perl/5.8.9/M42C/Web/Session.pm line 39.
    ...     
    ...
    41:     1;
    42:     } or do {
    43:     my $err = $@;
    
  5. or download this
    perl -MApache::Session::Postgres. Just for kicks I have tried "using" 
    +the module as well to no effect. As well, if the require line is fail
    +ing, WHY is blowing through the eval. Should it not be blowing at the
    + die line below it?
    
    <code>
    [shell]$ locate Postgres.pm |grep "Apache/Session"
    /opt/m42c/managed/opt/perl/5.8.9/lib/site_perl/5.8.9/Apache/Session/Po
    +stgres.pm
    /opt/m42c/managed/opt/perl/5.8.9/lib/site_perl/5.8.9/Apache/Session/St
    +ore/Postgres.pm