Help for this page

Select Code to Download


  1. or download this
    perl -lne 'die"$_\n"if$.==4'
    
  2. or download this
    perl -pe '$_=($.-4)?"":$_'