in reply to Passing other variables to start handler in HTML::Parser
Yes, you can only pass 5 parms: self, tag, attr, attr_seq, and text, nothing else. However that's all you will get from a valid html file, so it is good enough. See, it basicly passed everything it reads from your html file.