473,765 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Config::Propert ies - How to read properties/ini file in perl?

25 New Member
Hi,

I am new to perl.Basically I am from java.Now I am getting error while i reading the configuration parameters in perl.

#!/usr/bin/perl
use Config::Propert ies;
# reading...
open PROPS, "< input.propertie s"
or die "unable to open configuration file";
my $properties = new Config::Propert ies();
$properties->load(*PROPS) ;

$value = $properties->getProperty( $key );
print $value;

I am running this file on UNIX by executing the following command.
$perl test.pl

I am getting the following error.
Can't locate Config/Properties.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/aix /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/aix /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at test.pl line 3.
BEGIN failed--compilation aborted at test.pl line 3.

Can anybody please help me?

Thanks,
Bhavani
Jul 24 '07 #1
1 22008
numberwhun
3,509 Recognized Expert Moderator Specialist
Ok, to begin with, since you are executing this on a Unix platform, you don't need to specify "perl" in front of the script when you execute it. All you need to do is have the 'shebang' line (first in your script), which points to the Perl interpreter, and the script needs to be set to executable. After that, you can simply supply the script name as such:

./script.pl

As for your error, that would typically indicate that the Config::Propert ies module is not installed on the machine that you are executing this script on. I would recommend you read the documentation on CPAN on How To Install Modules as it will assist you in getting it installed. If you have any questions, be sure to post them and we will help wherever we can.

Regards,

Jeff
Jul 24 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
577
by: msnews.microsoft.com | last post by:
Hi all, I was trying to find an easy way to write in the standard configuration (like app.config) xml-based files. I found classes that can be used to read this information (in System.Configuration) like the ConfigurationSettings.AppSettings property, but I was not able to find anything to write app settings in these files. Isn't this kind of "asymmetrical"? Anyone familiar with the reasons of such a lack? Thanks a lot,
1
308
by: TaeHo Yoo | last post by:
The file I would like to access in located in C drive and the application which reads the file is located in E drive. When it trys to read the file, it generates an error Error: Request for the permission of type System.Security.Permissions.FileIOPermission, mscorlib, Version=1.0.5000.0, Cu lture=neutral, PublicKeyToken=b77a5c561934e089 failed. How to read the file?
7
3349
by: Bob | last post by:
It's great that VS.NET makes it so effortless to add a web reference to a web service. The problem is, I haven't figured out a way to configure the URLs (or simply switch the references to another web reference) easily when I move my app from development, to staging, to production, as I have corresponding environments for the web services too. So far what I have done is copying the Reference.cs file out and creating a separate class by...
0
1060
by: cmay | last post by:
Problem: When impersonation is set in the web.config file, I cannot establish an OLEDB connection to the database from my ASP.NET v1.1 application. (Unspecified Error. Stack trace shows it happens on the ProcessResults method within the OleDB Provider) Cause: Both of these KB articles from MS describe the problem: http://support.microsoft.com/default.aspx?scid=kb;en-us;827190...
0
1599
by: Shaun Ram | last post by:
Hi, I have this constraint. A help would be greatly appreciated. I have this Config file. <?xml version="1.0" encoding="utf-8" ?> <configuration> <configsections> <sectionGroup name="mainsection"> <section name="ConnectionString" type="System.NamevaluesectionHandler,System" /> </sectiongroup>
2
5900
by: dmateer | last post by:
I have the following code in an asp.net page: System.Data.OleDb.OleDbConnection cn = new System.Data.OleDb.OleDbConnection(); cn.ConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\myservername\ExcelTemp\Temp.xls;Extended Properties=Excel 8.0"; cn.Open(); cn.Close();
3
5296
by: con.brady | last post by:
Hi Folks, Disclaimer: I apologize if this is the wrong place for this type of question, but if so, I don't know where the right place is and I'd be very grateful if someone could point me in the right direction. Question:
3
39270
by: yahya30 | last post by:
Hi all, I want to know how to write the connection string in app.config and read it in the code, note that I'm using Vb.net desktop application. Kind regards, Yahya
0
1509
by: Dror Avidov | last post by:
Hi I'm trying to add a new section to my app.config file under the applicationSettings section and then read it from my WinFroms VB.NET application. My app.config would look like this: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.diagnostics> </system.diagnostics>
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.