I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-02-04 10:31:02-08 by adhilingam
there is no make file
hi i downloaded the XML-Simple-2.18.tar,and i execute the 1. perl Makefile.PL 2. then i try to execute "make" file but there is no "make" file . Have to download the "make" file seperately?.Where have to download that? or the way of installation is correct or not ?
Direct Responses: 7026 | Write a response
Posted on 2008-02-06 07:13:38-08 by grantm in response to 7008
Re: there is no make file

You didn't say what operating system you're using. Is it Windows, Linux, Mac or something else?

If you're using Windows and you have ActiveState Perl, then XML::Simple is already installed as part of the ActiveState distribution.

If you're running Linux then the easiest thing to do is install the operating system package for XML::Simple. For example on Ubuntu you would use synaptic or apt-get to install the 'libxml-simple-perl' package.

Direct Responses: 7129 | Write a response
Posted on 2008-02-19 05:15:08-08 by adhilingam in response to 7026
Re: there is no make file
am using Windows xp operating system
Direct Responses: 7131 | Write a response
Posted on 2008-02-19 06:13:31-08 by grantm in response to 7129
Re: there is no make file

OK, so XML::Simple is probably already installed.

Try this command:

perl -MXML::Simple -le "print $XML::Simple::VERSION"

If it prints something like '2.16' then XML::Simple is installed - just carry on and use it.

Direct Responses: 7354 | Write a response
Posted on 2008-03-14 07:34:53-07 by adhilingam in response to 7131
Re: there is no make file
thanks for u r response........... now it's working fine...........
Direct Responses: Write a response