Here is what I would do if stuck without modules on the unix side. Use the Cygwin perl install with HTML::LinkExtractorand URI to create a list of relative files on the webserver. Save that as a text file. Move the text file over to the unix box where you make a script that loads the text file into a hash and then finds the files in the DocumentRoot. have a sub that fixes the File::Find::name to match the relative paths in the text file data and then compare the var with the hash. if you have a match the file is active. If you do not the file is not. If you must run this more than once get your lazy admin to install the modules you need on the server. =)


-Waswas

In reply to Re: Finding files on a website that have been orphaned by waswas-fng
in thread Finding files on a website that have been orphaned by aarestad

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.