in reply to Dynamic Directory Index help
should look like this line doesmy ="/usr/local/apache/htdocs/projects/"; my ="http://mattwork.potsdam.edu/projects/";
add the following to the top of your script and you will get more helpful error messagesmy @dirs=readdir PRJD;
check out this book (Learning Perl) by our own merlyn for a good place to start with perl.#!/usr/bin/perl use warnings use strict
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Dynamic Directory Index help
by Anonymous Monk on Oct 07, 2004 at 02:42 UTC |