Help for this page

Select Code to Download


  1. or download this
    perl -e "@l = <>; print 'first : ', $l[0], 'last  : ', $l[$#l];" filen
    +ame
    
  2. or download this
    perl -e "$first = <>; while($line = <>) { $last = $line; }; print 'fir
    +st : ', $first, 'last  : ', $last;" filename