drewboy has asked for the wisdom of the Perl Monks concerning the following question:
open (DB, "<database.db")
However, now I'm spidering websites and assigns one database for each site (all in .txt format) (i.e. cnn.txt, aol.txt, mtv.txt, yahoo.txt) All files are saved in a folder called "searchdbs". I wonder if it would be possible for my script to just look into the searchdbs folder and open each database inside of it rather than tweaking my script each time I spider a new website. Looking forward to your help... Thanks as always...:-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Searching a whole directory of databases
by crazyinsomniac (Prior) on Jun 23, 2002 at 10:15 UTC | |
|
Re: Searching a whole directory of databases
by mfriedman (Monk) on Jun 23, 2002 at 10:05 UTC | |
|
Re: Searching a whole directory of databases
by pjf (Curate) on Jun 24, 2002 at 03:01 UTC |