in reply to automatic web query and writing files in a directory

First of all, please put only code in <code>-Tags, you can seperate paragraphs with the <p>-Tag.

You should have a look at perlopentut and split, they should do much of your work.

How are you planning to connect the database "on the internet"?

Maybe you'll need DBI as well

  • Comment on Re: automatic web query and writing files in a directory

Replies are listed 'Best First'.
Re^2: automatic web query and writing files in a directory
by Anonymous Monk on Jun 07, 2007 at 17:34 UTC
    Hi , There is a program available form that website only which fetches the results, well its working fine,.... When I submit the file contatining the columns it fetches the results. No problem till here.....but I want that for each query returned it should make a folder on the local machine with name as column1_column2...............here i am stuck.... once again thanks for replying.......