Help for this page

Select Code to Download


  1. or download this
    ... map { chomp; [split'=']; } <$fh>;
    
  2. or download this
    %{$self->{info}} = map { EXPR } map { chomp; [split'=']; } <$fh>;
    
  3. or download this
        defined $_->[1] ? @$_ : ()
    
  4. or download this
        $_->[1] //= q{undef}; @$_