Help for this page
for ('a=b', 'a=', 'a') { my ($p1, $p2) = split(/=/, $_, 2); ... "\n" ); }
a=b "b" a= "" a undef