Sounds like you want a piped open to lynx and perl would be the choice for
this, especially to be able to do concurrent submit/save/back type operations
with lynx.
Lynx is not really the limitation, it's using sh that's holding you back; you
could conceivably use LWP to accomplish the post-processing you require, though
lynx is certainly a more robust tool for the job.
| Stef -
On Fri, 12 Aug 2005, Gianluca Maio wrote:
The big problem is that the web-based GENEPOP accept only ONE file per time.
As I have a thousands of *.gen files, I guessed if it's possible to build a
script that interacts with Lynx in a way in which it can read multiple files.
OPEN lynx http://wbiomed.curtin.edu.au/genepop/genepop_op6.html
SELECT (Allele identity (F-statistics):* --> *1. For all populations)
SELECT BOX (HTML)
DO {
/* This part has to be repeated as many times as I wish or by the number of
files*/
INPUT namefile.gen
SUBMIT DATA
SAVE PAGE as nomefile.txt
BACK PREVIOUS PAGE
}
_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev