Help for this page

Select Code to Download


  1. or download this
    $bobs_wifes_name = perform { $_->name } wherever $bob->spouse;
    
  2. or download this
    $bobs_wifes_name = wherever $bob->spouse, perform { $_->name };