I've never used Cold Fusion nor Linkbot so I can't answer those questions.

I think your question is what is easiest? With all the tools out there, there are 1,001 ways to do just about any web site administration task. You are not traversing roads less traveled. But what is best/easiest for you depends on your skill level. If you are very familiar with Perl, I'd point you to Lincoln Stein's script at http://stein.cshl.org/~lstein/talks/perl_conference/cute_tricks/mirror2.html and tell you that it could be pretty easily modified to count the number of .html documents in a tree directory on the Internet or on your hard drive. But if you are not that familiar with Perl, than you probably want to spend 30 min. to an hour trying to find a pre-existing module that has the precise functionality you are looking for. For instance, I just found http://search.cpan.org/author/AWRIGLEY/sitemapper-1.019/lib/WWW/Sitemap.pm. I don't know if it will do exactly what you want. However, there are dozens more modules that deal with web document administration but you need to search cpan.org to find them. And that's where you come in to play. Good luck.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff";
$nysus = $PM . $MCF;
Click here if you love Perl Monks


In reply to Re: Re: Re: web page count by nysus
in thread web page count 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.