I'm unable to remove the package LWP::Simple. however I was able to install the one you gave me, like I have tried to install XML::Simple many different times before and came up with the same error. When I pull up  perl -MCPAN -e shell and type in "r" to pull the list of all installed modules I can't find the LWP or the XML::Simple anywhere in the list after it was installed. So, I'm half temppted to just reinstall my OS as a whole and start fresh since I can't seem to find where it keeps pointing to this file or how it was even created.

When I do a locate Simple.pm I come up with this

/etc/perl/Simple.pm /etc/perl/XML/Simple.pm /root/.cpan/build/XML-Simple-2.18-6AUYLc/lib/XML/Simple.pm /root/XML-Simple-2.18/blib/lib/XML/Simple.pm /root/XML-Simple-2.18/lib/XML/Simple.pm /usr/share/perl/5.10.0/Filter/Simple.pm /usr/share/perl/5.10.0/Locale/Maketext/Simple.pm /usr/share/perl/5.10.0/Log/Message/Simple.pm /usr/share/perl/5.10.0/Pod/Simple.pm /usr/share/perl/5.10.0/Test/Simple.pm /usr/share/perl5/LWP/Simple.pm /usr/share/perl5/XML/Simple.pm

I've checked all the files and the only one that's different is in the /usr/share/perl5/XML/Simple.pm


In reply to Re^4: XML::Simple Issues by tigerstorms
in thread XML::Simple Issues by tigerstorms

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.