# This code is intentionally "not the right way to do it", # and is just a demonstration of an alternative technique. print do{ local( $/, @ARGV ) = ( "", 'para.txt' ); (<>)[1,3] }