in reply to Re: simple wordlist password test
in thread simple wordlist password test

I think this will put all user input up to and including the newline into a scalar that is the first entry of your array.

PASSF is a handle to a file (whose name, along with a newline, is obtained from STDIN). The array @list receives all the lines in this file, one line per array member.

the lowliest monk