Help for this page
foreach my $line (@arr) { if( $line =~ m/^([^=]+)=(.*)/ ) { ... warn "Unhandled line '$line'"; }; };