All I hear are crickets on the list anybody there today?

Here's a quick thing I was wondering since I'm no http expert.

I'd like to have a simple spider that will look at a url's diretcory and simply give 
me a list of files in that directory.

IE

 my $files  = ????? http://www.monkey.com/bannana/

And have $files be an array reference or something so I could then :

 for(@{$files}) { print "-$_-\n"; }

Or somehtign like that.

Is that even possible with http and say LWP ?? Or am I all wet even thignking of 
trying to do that

TIA

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to