Help for this page

Select Code to Download


  1. or download this
    foreach ( LIST ) {
       DO_SOMETHING_WITH-$_
    }
    
  2. or download this
    map { DO_SOMETHING_WITH-$_ } LIST;