Is there any initialization infrastructure in Perl like Spring?

I want to initialize some Perl objects from a configuration file. So I wonder if there is any framework for this in Perl. Just like Spring in Java.

+4
source share
1 answer

Bread :: Board is probably the most difficult solution for this kind of thing.

+1
source

All Articles