http://qs1969.pair.com?node_id=842751


in reply to Re: passing a file to a cgi script
in thread passing a file to a cgi script

I'm trying to automate a site using values stored within a text file :)

Replies are listed 'Best First'.
Re^3: passing a file to a cgi script
by marto (Cardinal) on Jun 02, 2010 at 12:21 UTC

    So you need to open the text file, read each set of values and pass them to your URL. Perhaps you want to use something like LWP or WWW::Mechanize (or similar if you need JavaScript support) to make your task easier.