Help for this page

Select Code to Download


  1. or download this
    my $snippet = "perl -e /.firstboot | echo $?";
    print "Running <$snippet>\n";
    my $stat = $ssh->exec("perl -e /.firstboot | echo $?");