Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Perl Property File Module
LeeCharlebois
Does anyone know of a perl module that ships with iwperl that does the same thing as Config:
roperties?
$ iwperl -v
[indent]
This is perl, v5.8.2 built for sun4-solaris-multi
Copyright 1987-2003, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at
http://www.perl.com/
, the Perl Home Page.
[/indent]
Find more posts tagged with
Comments
Migrateduser
If you want Config:
roperties, why not just build and install it into site/lib? Alternatively, depending on what you are doing and how much of it you are doing, it may make sense to put your custom properties in iw.cfg and read them with TeamSite::IW_cfg.
LeeCharlebois
My client has strict rules for only installing apps/modules/etc that they've certified, which is why I'm looking for something that doesn't have to be built into iw-perl/lib....
I like the iw.cfg and TeamSite::IW_cfg idea though. I'll investigate that.
Valentine
Or, reap apart Config:
roperties and use it as a part of your own script