in reply to Weird syntax error message

You can't create an our (or my) instance of an array element. I think you meant...
our @stripped_html; $stripped_html[$x] = $webcrawler( format => "text" );
untested