in reply to Net::SSH question

If you want it not to print the error message, I think this could be where you're going wrong...
else { print "ERROR"; }
Try removing that part of your script.


($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
=~y~b-v~a-z~s; print

Replies are listed 'Best First'.
Re^2: Net::SSH question
by GaijinPunch (Pilgrim) on Nov 24, 2005 at 04:18 UTC
    I actually just added that to test the conditional (which doesn't work). It doesn't print "ERROR", although it'd be great if it did. It prints "Permission Denied" --what I believe is stderr... something I don't want. :(