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 the moment
 
Useful only for handlers ?

 

I have another question, no connection from the previous one:

I believe using

open FH "<tweety.conf";

is in fact a call to the shell. Right ?

So, in mod_perl, I prefer not to call the shell, so is

$fh= new IO::File($filename, "r");

a better solution ?

 

tia,

 

kktos

 

Reply via email to