Help for this page

Select Code to Download


  1. or download this
    $gmetric $gmetric_conf "--name=VVname  --value=$pVVname --type=uint32 
    +--units=name";
        $gmetriC $gmetric_conf "--name=t  --value=$t --type=uint32 --units
    +=t";
        $gmetric $gmetric_conf "--name='I/O per second Cur'  --value=$ioCu
    +r --type=uint32 --units=ioCur";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        $cmd->reader($do_command);
        return $cmd;
    }
    
  3. or download this
    [bluethundr@cc126-200:~/perl] $:./test-foo.pl 
    Scalar found where operator expected at ./test-foo.pl line 42, near "$
    +gmetric $gmetric_conf"
    ...
    syntax error at ./test-foo.pl line 44, near "$gmetric $gmetric_conf "
    syntax error at ./test-foo.pl line 45, near "$gmetric $gmetric_conf "
    Execution of ./test-foo.pl aborted due to compilation errors.