Help for this page
while (defined($_ = <ARGV>)) { print $_; print "adding value=key\n" if $. == 3; }