Help for this page

Select Code to Download


  1. or download this
    { map { say; last if /3/ } 1..5 }
    
  2. or download this
    for (1..5) { say; last if /3/ }