in reply to adding $ENV script to HTML

What is $sellerfeed supposed to have in it?

The complaint that you are getting from Perl is strict.pm catching the fact that you are trying to use a variable that isn't declared in any way. Somewhere prior to the html you have in the code you need to declare that variable and populate it.