Subject: | Missing check for undef socket in capture method |
I get this error message trying to call Net::VNC->new(...)->capture()
Can't call method "print" on an undefined value at
/Users/chris/perl/lib/Net/VNC.pm line 181.
It turns out it was because I forgot the call to login(), but the code
should fail a little more gracefully.
-- Chris