Help for this page
perl -we '@bar = (); @bar = @bar || (1, 2, 3); warn "(@bar)";'
perl -we '@bar = (42, 5); @bar = @bar || (1, 2, 3); warn "(@bar)";'