Help for this page

Select Code to Download


  1. or download this
    my @data1 = grep {chomp; length} <$in1>;
    
  2. or download this
    my @data1 = grep {chomp; $_} <$in1>;