Help for this page

Select Code to Download


  1. or download this
    $VAR1 = 'cycVolumeSetActivity';
    $VAR2 = {
    ...
              '8' => 'scheduledSpareTest',
              '9' => 'mirrorBreak'
            };
    
  2. or download this
    foreach my $key ( keys %event_hash ) {
         print "$key: { ";
    ...
        }
         print "}\n";
     }