Help for this page

Select Code to Download


  1. or download this
    for (@array) {
        do {something($_)}
            if -1 != index( $_, 'bar');
    }
    
  2. or download this
    # . . .
            if m/foo|bar|baz/;