Hello all, Running Padre with Strawberry Perl on a Windows Server 2008 box. Trying to get Parse::FixedLength installed, tried to install from the tarball and got the Makefile but alas can't execute make or make test, I think I need nmake utility for Windows. Instead of doing that I tried to install cpanm from a terminal and got the following error. I know I am making this harder than it needs to be, any suggestions on a good way to install CPAN modules on Padre. There is a tool in Padre but from what I am reading it doesn't work.
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\dbadmin>cpan App::cpanminus CPAN: CPAN::SQLite loaded ok (v0.202) Database was generated on Sun, 12 Feb 2012 01:02:20 GMT Updating database file ... DBD::SQLite::st execute failed: attempt to write a readonly database a +t C:\Dwimp erl\perl\vendor\lib/CPAN/SQLite/Populate.pm line 184, <DATA> line 1162 +92. DBD::SQLite::st execute failed: attempt to write a readonly database a +t C:\Dwimp erl\perl\vendor\lib/CPAN/SQLite/Populate.pm line 184, <DATA> line 1162 +92. system C:\Dwimperl\perl\bin\perl.exe -MCPAN::SQLite::META=setup,update + -e update failed: 65280 at C:\Dwimperl\perl\vendor\lib/CPAN/SQLite/META.pm line + 332. C:\Users\dbadmin>
UPDATE: Never mind, this is what happens when you don't try stuff yourself. I used the Padre tool and pointed it to the tarball and it seems to have worked. Sorry for the premature question.

In reply to Installing CPAN modules on Padre. by tnyflmngs

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.