Good point. With Tk already installed, Tk::SplitFrame installed for me with no problems:

13:58 >p5u v Tk Tk::SplitFrame Tk C:\Perl\Strawberry\strawberry-perl-5.20.0.1-64bit-PDL\perl\sit +e\lib\Tk.pm: 804.032 Tk::SplitFrame Not found 14:20 >cpanm Tk::SplitFrame --> Working on Tk::SplitFrame Fetching http://www.cpan.org/authors/id/D/DK/DKWILSON/Tk-DKW-0.02.tar. +gz ... OK Configuring Tk-DKW-0.02 ... OK ==> Found dependencies: Tk::TiedListbox --> Working on Tk::TiedListbox Fetching http://www.cpan.org/authors/id/A/AC/ACH/Tk-Contrib-0.07.tar.g +z ... OK Configuring Tk-Contrib-0.07 ... OK Building and testing Tk-Contrib-0.07 ... OK Successfully installed Tk-Contrib-0.07 Building and testing Tk-DKW-0.02 ... OK Successfully installed Tk-DKW-0.02 2 distributions installed 14:21 >p5u v Tk Tk::SplitFrame Tk C:\Perl\Strawberry\strawberry-perl-5.20.0.1-64bit-PDL\perl\sit +e\lib\Tk.pm: 804.032 Tk::SplitFrame C:\Perl\Strawberry\strawberry-perl-5.20.0.1-64bit-PDL\perl\sit +e\lib\Tk\SplitFrame.pm: 1.01 14:22 >

I’m also using Strawberry Perl portable (on Windows 8.1, 64-bit):

14:27 >perl -v This is perl 5, version 20, subversion 0 (v5.20.0) built for MSWin32-x +64-multi-thread

Hope that helps,

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,


In reply to Re^2: Strawberry cpan install modules by Athanasius
in thread Strawberry cpan install modules 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.