in reply to What is this data structure ?

[] constructs array-refs
So you're dealing with $reqs as a reference to an array holding references to HTTP::Request-objects.

see perldoc perlref and perldoc HTTP::Request

regards,
tomte