Help for this page

Select Code to Download


  1. or download this
    # with a coderef
    $pssh->add_host($host,
    ...
    # or with constants
    $pssh->add_host($label, on_error => OSSH_ON_ERROR_IGNORE);
    $pssh->add_host($label, on_error => OSSH_ON_ERROR_ABORT_ALL);