Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( [
                     [
    ...
                       '-statustext' => '200'
                     }
                   ], 'Opsware::NAS::Client::Result' );
    
  2. or download this
    #!/usr/bin/perl
    use Getopt::Long;
    ...
    print "\n\n\rStatus: Done!\n\n";
    
    exit(0);