if ( ( grep { $_->price <= 1000 } @product_list ) == @product_list ) { # do stuff }