CVS CO command

2005-06-07 Thread Ruben Safir
Can someone tell me the CVS checkout command. I tried to install what I thought was the newest version of EmbPerl with Apach2 and Mod_perl 2, but it says it can't find Apache/src.pm A web search on this showed a response from Gerald to download the newest version, so I guess I need to do that.

Re: CVS CO command

2005-06-07 Thread allen haim
This works for me: cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co embperl Then: perl xsbuilder/source_scan.pl perl xsbuilder/xs_generate.pl (this generates a lot of messages like 'Can not determinate method name for ...'; these a

RE: Problem with GetSession (was: Syntax=perl problem)

2005-06-07 Thread Gerald Richter
> > I would like to call a CGI script, and have %udat be > available to it. I thought the way to do that was: > > Embperl::Req::SetupSession($req_rec); > Execute({subreq => '/cgi-perl/env_test.pl?param1=...¶m2=...'}); > Since you are already using Embperl, you don't need to call SetupSession