I was happily coding my protein analysis program till a strange set of errors occured right after I have implemented a very important function and wanted to see if it produced good results (how annoying it is to be stuck with that expectation that your code works...what ever). I assumed it to be a module problem related to gd::graph so I checked it with other codes (which could compile correctly) and when I added use GD::Graph::lines they gave the same error So you might say if you know the problem what are you here to ask? Being a windows user(unforunately), it was a pain for me to install that module, and dont want to go through uninstalling and installing that module again. Moreover, I dont know how to uninstall a module and am not sure whether if it will work. So I am here with the error message, to see if any of you know any other ways to correct it. If the only suggesting is reinstalling, can you explain me how to uninstall a module (or you may not if you dont wish to, I guess I can find it in google).
C:\begperl>protean3.plx Unrecognized character \xD0 at C:/Perl/lib/File/Spec/Unix.pm line 441. Compilation failed in require at C:/Perl/lib/File/Spec/Win32.pm line 6 +. Compilation failed in require at C:/Perl/lib/File/Spec.pm line 22. Compilation failed in require at C:/Perl/lib/IO/File.pm line 134. BEGIN failed--compilation aborted at C:/Perl/lib/IO/File.pm line 134. Compilation failed in require at C:/Perl/lib/FileHandle.pm line 9. Compilation failed in require at C:/Perl/site/lib/GD.pm line 8. Compilation failed in require at C:/Perl/site/lib/GD/Graph/lines.pm li +ne 18. BEGIN failed--compilation aborted at C:/Perl/site/lib/GD/Graph/lines.p +m line 18. Compilation failed in require at C:\begperl\protean3.plx line 5. BEGIN failed--compilation aborted at C:\begperl\protean3.plx line 5.
Thanks in advance :) Sina

In reply to Module Problem out of the Blue by Anonymous Monk

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.