I have never seen this before.
here is the code.
use Term::ReadKey;
ReadMode('noecho');
$tbpass = ReadLine(0);
I am getting this message:
Bad name after noecho'
What is even weirder is that i get it even when it is commented out with a "#".
is this because there is a single ' higher in the code?