"David R. Saunders" wrote:
>
> Folks,
> I'm running:
>
> Solaris 2.6
> Perl 5.005_03
> Apache-Session-1.04
> HTML_Embperl-1.2b10
>
> and I'm trying to use Apache::Session::File ... I have this test program:
>
> #!/usr/local/perl5.005_03/perl
> use Apache;
> use Apache::Session::File;
> my $id = 1;
> my $opts = { Directory => '/tmp' };
my $opts = { Directory => '/tmp', NSems => 16 };
-jwb
- problem with Embperl and Apache::Session::File David R. Saunders
- RE: problem with Embperl and Apache::Session::File Jeffrey W. Baker
- RE: problem with Embperl and Apache::Session::File David R. Saunders
- Re: problem with Embperl and Apache::Session::F... Jeffrey W. Baker
