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


in reply to passing a file to a cgi script

Do you mean file uploads (if so see Corions advice) or are you trying to automate a site using values stored within a text file?

Replies are listed 'Best First'.
Re^2: passing a file to a cgi script
by Angharad (Pilgrim) on Jun 02, 2010 at 12:15 UTC
    I'm trying to automate a site using values stored within a text file :)

      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.