Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use warnings;
    ...
    say $nbytes;
    
    $st->finish();
    
  2. or download this
    my $st=$con->new_stream(Sys::Virt::Stream::NONBLOCK);
    $dom->open_console($st, undef, 0);