Help for this page

Select Code to Download


  1. or download this
    {
        name          => 'stv_copy_key',
    ...
        db_connection => [qw/ poller /],
        handler       => sub { StatView::CopySSHKey::run (@_) },
    }
    
  2. or download this
    my %hash = (
        name          => 'stv_copy_key',
        version       => $VERSION,
    ...
    );
    
    StatView::Script->new( \%hash );