Hello Wise Monks,
I'm looking for a cross-platform way to disable echo for a password prompt without requiring users to install any modules (such as Term::Prompt).
I know in Linux/Mac OS X I could just do `stty -echo`, but what about Windows? I know about @EHCO OFF, but I can't seem to make that work outside of a .bat file.
#!/usr/bin/perl
for(74,117,115,116,32,97,110,111,116,104,101,114,32,80,101,114,108,32,104,97,99,107,101,114,44){print(chr($_))}