in reply to Reading specific lines in a file

use Path::Tiny qw/ path /; print( (path('wordlist')->lines)[60..70] );