![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Network Neighborhood and LWP::UserAgent list directoryby LeGo (Chaplain) |
on Aug 31, 2001 at 01:52 UTC ( [id://109216]=perlquestion: print w/replies, xml ) | Need Help?? |
LeGo has asked for the wisdom of the Perl Monks concerning the following question:
I am in search of a way to scan a CPU's Network Neighborhood files so that I can then store a list of the files.
In browsers I am able to just type in the IP and see what is being shared via network neighborhood, 'file://i.p.add.ress'. I am unsure on how to go about doing this in perl. I thought that I would be able to do this using LWP::UserAgent becuase of the 'file' option. I am not sure where to go from what I have. If you could help I would appreciate it. Below is the code I have.
As you can see this code looks a lot like LWP's example, but I can't figure out what to do with it. The output I get returned is "Bad Luck this time". All help is appreciated. LeGo
Back to
Seekers of Perl Wisdom
|
|