What if you don't have ANYTHING but the bare distro? No money to buy a CD. No connection (I may be in class). Answer me that. $time{&to("install",$module)}=5 if(&$i{"had"}("internet connection"));

About Tom: *WHAT?!?* Great, time to make a Linux distro...

About CGI.pm: CGI.pm is a catch-all, and many people have told about it's problems both here, on other sites, and on dead-tree print (Linux Jornal comes to mind). From what I've seen, even with CGI.pm's minimization, it still takes a long time to compile, and it looks like the best thing to advoid on speed-critical scripts.

Oh, yeah, now that you mention it: Module dependencies on modules. I'm getting confused over what GIMP::Perl wants, which needs PDL, which needs... well, it's a nice documentation problem which I wish was shifted over to program side. I'll love to have it so I can do a "perl Makefile.pl -print-needed-modules". Has that been solved? Will CPAN Modules have a INSTALL file in the archives? What about the moderate newbie (which I seem to be turning out to).

--
&$WolfSkunks({use Perl;}); do {$you};


In reply to RE: RE: On Perl CPAN modules by strredwolf
in thread On Perl CPAN modules by strredwolf

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.