Help for this page

Select Code to Download


  1. or download this
    select (LIST) { block; }
    
    select $var (LIST) { block; }
    
    select my|local|our $var (LIST) { block; }
    
  2. or download this
    LIST2 = select {block;} LIST;
    
  3. or download this
    LIST2 = select /expr/, LIST;