Example : #!/usr/bin/env perl6 use SSH::LibSSH; CATCH { default { note "FAILED WITH $_"; sleep 60 } } say "Connect"; my $sess = await SSH::LibSSH.connect( ...
確定! 回上一頁