Lurky has asked for the wisdom of the Perl Monks concerning the following question:
As you can tell, I am trying to read a directory on a networked machine. The mystery is that..
Monks, I await your redeeming chant.print "Content-type:text/html \n\n"; opendir(TRILL, '//Trillian/D/digis/weddings') or die "$!"; @trill= readdir(TRILL); closedir(TRILL); rest of code is HTML output
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XP and Network opendir()
by NetWallah (Canon) on May 06, 2004 at 00:11 UTC | |
|
Re: XP and Network opendir()
by allyc (Scribe) on May 06, 2004 at 09:58 UTC | |
|
Re: XP and Network opendir()
by Popcorn Dave (Abbot) on May 06, 2004 at 05:52 UTC |