Help for this page

Select Code to Download


  1. or download this
        given(@foo) {
            ~> grep { cond1 } ~> @out1;
            ~> grep { cond2 } ~> @out2;
            ...
        }