I will run myapp on mod_perl or FastCGI, but I want to know how to
rewrite or reload my YAML file.
for example
# myapp has this line
$hash{SomeKey} = 'SomeValue';
.....
How can save this value to my YAML file, and how can I reload this value.
I don't want restart my web server. Before Catalyst I usually save the
values to a file and reload the values myself.
I'm a beginner of YAML.
Thanks for any help!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>