my code is like this
#!/usr/bin/perl
@a =`ssh -t 192.168.2.9 -l manoj -C su cvs<<EO
access123
access
EO`;
print "@a\n"; OUTPUT
Pseudo-terminal will not be allocated because stdin is not a terminal.
with this asking for a password.
Can we restrict this prompt with this program.