in reply to Re: Network Neighborhood and LWP::UserAgent list directory
in thread Network Neighborhood and LWP::UserAgent list directory
#!d:\perl\bin\perl.exe -w use strict; my $dir = 'file:/IP/'; opendir (DIR, $dir) or die "cannot opendir $dir"; foreach (readdir(DIR)){ #do something }
This gave me the "cannot opendir"... response.
I do agree with what you are saying with your response but I don't know what to do.
LeGo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Network Neighborhood and LWP::UserAgent list directory
by $code or die (Deacon) on Aug 31, 2001 at 03:24 UTC | |
|
Re (tilly) 3: Network Neighborhood and LWP::UserAgent list directory
by tilly (Archbishop) on Aug 31, 2001 at 07:59 UTC |