Help for this page
#!/bin/perl -ni.bak print $. < 3 ? () : $. > 3 ? $_ : "new third\n";
#!/bin/perl -ni.bak print ... scalar <>; scalar <>; scalar <>; print "This text replaces the third line.\n"; } {