NAME

Libssh::Event - Support for events via libssh.

SYNOPSIS

!/usr/bin/perl

use strict;
use warnings;
use Libssh::Session qw(:all);

DESCRIPTION

Libssh::Event is a perl interface to the libssh (http://www.libssh.org) library. It doesn't support all the library. It's working in progress.

METHODS

new

Create new Event object:

my $event = Libssh::Event->new();
error ( )

Returns the last error message; returns undef if no error.