use Path::Tiny qw/ path /; print( (path('wordlist')->lines)[60..70] ); [download]
In reply to Re: Reading specific lines in a file by Anonymous Monk in thread Reading specific lines in a file by gurpreetsingh13