in reply to WWW:Mechanize click_button stream to file?

Did you try to use this method?

$mech->save_content( $filename ) Dumps the contents of $mech->content into $filename. $filename will be + overwritten.

Replies are listed 'Best First'.
Re^2: WWW:Mechanize click_button stream to file?
by Anonymous Monk on Feb 13, 2007 at 00:56 UTC
    Same problem