Re: problem with Embperl and Apache::Session::File

1999-10-10 Thread Jeffrey W. Baker
"David R. Saunders" wrote: > > > "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: > > > > > > #!/

RE: problem with Embperl and Apache::Session::File

1999-10-10 Thread David R. Saunders
> "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 Apac

Re: problem with Embperl and Apache::Session::File

1999-10-10 Thread Jeffrey W. Baker
"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 $i

problem with Embperl and Apache::Session::File

1999-10-10 Thread David R. Saunders
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 %session; ti