Coding in plain CGI I've often require'd files containing
data in perl data-structures. The script may write to the 
file (via Data::Dumper for example) allowing subsequent 
invokations of the script to have access to the revised
data.

I was expecting this methodology to break under mod_perl
thinking that the require would only happen once (the
first time the script runs after server startup); however,
it seems to be working the way it always did.

Why is this? Am I missing something?

Thanks,
P

-- 
^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~
Peter B. Ensch ([EMAIL PROTECTED])      
                                        
Linux 2.4.20-4GB 12:00pm Up 6 days 18:33
^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~

Reply via email to