Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Line 18
    Line 19
    Line 20
    
  2. or download this
    perl -ni.bak -e "if(/10/){@buf=();$cnt=0;while(<> and $cnt++<2){}}else
    +{push @buf,$_;if(defined $buf[5]){print shift(@buf)}}END{print @buf}"
    + mytest.txt