in reply to Perl interface to UIX
Are you looking for a way to automate interaction with a UIX page someone else has written? In that case, I suggest you look at WWW::Mechanize.
Do you want to save values you entered into UIX page by hand on your local machine, so that you will have a record of your submission? In that case, either use WWW::Mechanize to enter the values for you (and log them along the way), or use copy/paste to save the contents of the filled out form into a file.
|
|---|