Help for this page

Select Code to Download


  1. or download this
    perl -ne'$.-4or print,last'
    
  2. or download this
    perl -ne'$.<4or print,last'
    
  3. or download this
    perl -nlE'$.<4or say,last'
         123456789 123456789 1   21