Re: [Q ]Differences between RequestNotes and Request ?

2000-05-05 Thread Doug MacEachern
On Fri, 5 May 2000, Thierry-Michel Barral wrote: > I have another question, no connection from the previous one: > > I believe using > > open FH " > is in fact a call to the shell. Right ? no! but open FH, "cal|"; would result in a fork/subprocess. see the perldocs, this is not any differ

RE: [Q ]Differences between RequestNotes and Request ?

2000-05-05 Thread Geoffrey Young
  -Original Message-From: Thierry-Michel Barral [mailto:[EMAIL PROTECTED]]Sent: Friday, May 05, 2000 9:29 AMTo: [EMAIL PROTECTED]Subject: [Q ]Differences between RequestNotes and Request ? Hi there,   sorry for this "beginner question".    no bother - Re

[Q ]Differences between RequestNotes and Request ?

2000-05-05 Thread Thierry-Michel Barral
Hi there,   sorry for this "beginner question".   I use Apache::Request (no more CGI.pm), and it's fine for me (I use Apache::Registry for my scripts).     So, what are the diff betwenn Request and RequestNotes ? Is it useful for perl scripts running under Registry, i.e no Apache handler for