Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: test version of ssh from windows

by stevieb (Canon)
on Aug 11, 2015 at 15:34 UTC ( [id://1138185]=note: print w/replies, xml ) Need Help??


in reply to Re^2: test version of ssh from windows
in thread test version of ssh from windows

In my reply above using eval, you can trap and then reword the errors as you see fit. Here's a short example.

eval { open my $fh, '<', 'asdf' or die $!; }; if ($@ =~ /No such file or directory/){ print "short error msg\n"; # or... die "short msg"; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1138185]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-20 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found