--- "Lile, James AZ2 (VAW-115)" <[EMAIL PROTECTED]> wrote:
> > my code...
> > $base = "c:\\www\\"; # the www is where the files are held on the unix
> > server
> >
> > sub openDir {
> > opendir(BASE, $base) || print "Error...";
> > while ($name = readdir(BASE)) {
> > if (-d $name)
* entius ([EMAIL PROTECTED]) [21 Mar 2003 23:26]:
> I want to learn mod_perl and there're two books who talk
> about this. Now a third has arrives and it's talking
> about 2.0 mod_perl but i am a Lincoln Stein fan and i want
> the "Writing Apache Modules with Perl and C". But the last
> edition is