Re: greetings and questions

2000-12-15 Thread Stas Bekman
On Fri, 15 Dec 2000, Ajit Deshpande wrote: > On Fri, Dec 15, 2000 at 05:23:05PM +0100, Stas Bekman wrote: > > Currently I cannot use your TOC since: > > 1) it's automatically created > > I was proposing patching the CVS so that it Automatically generates > the new format It's Pod::HtmlPsPdf

Re: greetings and questions

2000-12-15 Thread Ajit Deshpande
On Fri, Dec 15, 2000 at 05:23:05PM +0100, Stas Bekman wrote: > Currently I cannot use your TOC since: > 1) it's automatically created I was proposing patching the CVS so that it Automatically generates the new format > 2) your toc grouping doesn't reflect the order the chapters should be rea

Re: greetings and questions

2000-12-15 Thread Stas Bekman
> On Fri, Dec 15, 2000 at 01:21:04PM +0100, Stas Bekman wrote: > > Hmm, should I add around it? Do others find it > > hidden? > > In fact I do. Also, are the other documents being maintained? Do you > really want users to go read the other ones? I'm cannot tell users not to read other documents

Re: greetings and questions

2000-12-15 Thread Ajit Deshpande
On Fri, Dec 15, 2000 at 01:21:04PM +0100, Stas Bekman wrote: > Hmm, should I add around it? Do others find it > hidden? In fact I do. Also, are the other documents being maintained? Do you really want users to go read the other ones? Another thing I observed: The Guide is becoming almost TOO bi

Re: greetings and questions

2000-12-15 Thread G.W. Haywood
Hi All, On Fri, 15 Dec 2000, Stas Bekman wrote: > Please don't take it personally, it's just that quite many people came > here asking questions that were long time ago answered and documented. It > just shows people's ignorance, lack of respect and wish to get things the > easy way. C'mon, St

Re: greetings and questions

2000-12-15 Thread Stas Bekman
On Sat, 16 Dec 2000, Jeremy Howard wrote: > Stas Bekman wrote: > > Come'n, are you sure you have ever looked at perl.apache.org? > > > > http://perl.apache.org/#docs > > > > Books and Documentation: > > > >Writing Apache Modules with Perl and C book by > >

Re: greetings and questions

2000-12-15 Thread Jeremy Howard
Stas Bekman wrote: > Come'n, are you sure you have ever looked at perl.apache.org? > > http://perl.apache.org/#docs > > Books and Documentation: > >Writing Apache Modules with Perl and C book by >Lincoln Stein and Doug MacEachern. > >

Re: greetings and questions

2000-12-15 Thread G.W. Haywood
Hi Stas, On Fri, 15 Dec 2000, Stas Bekman wrote: > Come'n, are you sure you have ever looked at perl.apache.org? [snip] > Hmm, should I add around it? How about :) 73, Ged.

Re: greetings and questions

2000-12-15 Thread Stas Bekman
On Thu, 14 Dec 2000, Darren Duncan wrote: > Thanks to everyone who answered my questions in some form or other. > > As it is, I *had* been reading whatever manuals I found, but those > were the documentation that came with the mod_perl distribution on > CPAN. > > I was not aware of the existe

Re: greetings and questions

2000-12-14 Thread Darren Duncan
Thanks to everyone who answered my questions in some form or other. As it is, I *had* been reading whatever manuals I found, but those were the documentation that came with the mod_perl distribution on CPAN. I was not aware of the existence of "http://perl.apache.org/guide/" and if I had been

Re: greetings and questions

2000-12-14 Thread Tom Brown
On Thu, 14 Dec 2000, Tom Brown wrote: > On Thu, 14 Dec 2000, Ajit Deshpande wrote: > > > 2. The POD for Apache::Registry says that it doesn't like __END__ and > > > __DATA__ tokens. So what affect do these actually have if left in? Does > > In scripts? it's a syntax error, but that's a complet

Re: greetings and questions

2000-12-14 Thread Tom Brown
On Thu, 14 Dec 2000, Ajit Deshpande wrote: > > 2. The POD for Apache::Registry says that it doesn't like __END__ and > > __DATA__ tokens. So what affect do these actually have if left in? Does In scripts? it's a syntax error, but that's a completely separate issue from modules which get used "a

Re: greetings and questions

2000-12-14 Thread Jeremy Howard
Darren Duncan wrote: > <...> > Now some questions that I hope some of you can help me with. Hopefully > each has short answers. > <...> Hi Darren, I think that all of your questions are answered in the mod_perl guide, which is at: http://perl.apache.org/guide/ I don't have time right now to

Re: greetings and questions

2000-12-14 Thread Ajit Deshpande
On Thu, Dec 14, 2000 at 08:00:47PM -0800, Darren Duncan wrote: > Now some questions that I hope some of you can help me with. Hopefully > each has short answers. The mod_perl Guide at http://perl.apache.org/guide/ has a lot of good information for programming under mod_perl. Most of the answers

greetings and questions

2000-12-14 Thread Darren Duncan
Greetings, I have been using Perl extensively over the last couple years, mostly in the form of CGI applications/libraries/scripts that run under Apache servers. I am currently migrating my code to run under mod_perl, and after looking at the various readmes, I have a few questions. First, a qu