print 'enter password hash file: '; open(PASSC, ) or die "cannot open password file: $!\n"; chomp( $passc = ); print 'enter wordlist: '; open(PASSF, ) or die "cannot open wordlist file: $!\n"; chomp( @list = );