[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> wrote:

: I am trying to post the contents of a directory as HTML
: hyperlinks. The files are all PDF format (which should not
: matter much).

    When solving, you might try breaking a problem down into
manageable pieces. I tend to think of each piece as a subroutine
(or subroutines). For your problem you might break things down
into these parts.

Choose directory.
Get directory contents.
Convert file names and directories to hyperlinks.
Write HTML page.
Send page to browser.

    Which of these steps might you need help with?


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328

PS: Apache servers can do this automatically. Read the docs
    for details.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to