print "\tEnter you password: "; system "stty -echo"; $user_password = <>; system "stty echo"; chomp $user_password;