Help for this page

Select Code to Download


  1. or download this
    if ( each_item { $_->price <= 1000 } @product_list ) { #... }
    
  2. or download this
    sub each_item
    {
    ...
    }
    
    if ( each_item '$_->price <= 1000', @product_list ) { #... }