On Thu, Oct 24, 2002 at 05:18:07PM +0530, vinai AR wrote: > 1. Is there any functions in perl like GetProfileString( ) and > SetProfileString( ) SDK functions, which are used to access the > windows INI files.
Not built in. The Config::Ini module available on CPAN provides an interface to parsing ini files. > 2. We were also suggested to use hash list instead of configuration > file to give input to the > library. Is this is efficient or any other efficient method is there. Passing a hash around is naturally going to be faster than passing a filename around that must be continually re-parsed. > **************************Disclaimer************************************ > > Information contained in this E-MAIL being proprietary to Wipro Limited is > 'privileged' and 'confidential' and intended for use only by the individual > or entity to which it is addressed. You are notified that any use, copying > or dissemination of the information contained in the E-MAIL in any manner > whatsoever is strictly prohibited. > > *************************************************************************** Ugh. Michael -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]