Help for this page
if ( each_item { $_->price <= 1000 } @product_list ) { #... }
sub each_item { ... } if ( each_item '$_->price <= 1000', @product_list ) { #... }