Help for this page

Select Code to Download


  1. or download this
    my $stat = $ssh->exec("perl -e /.firstboot | echo $?");
    
  2. or download this
    #!/usr/bin/perl
    use Net::SSH::Expect;
    ...