Help for this page

Select Code to Download


  1. or download this
    my $call = `mminfo -r 'volume,state,written,%used,space,pool,location,
    +ssinsert' -q 'ssinsert <= three week ago`;
    
  2. or download this
    my @call = `mminfo -r 'volume,state,written,%used,space,pool,location,
    +ssinsert' -q 'ssinsert <= three week ago`;
    
  3. or download this
    foreach ( @call )
    {
    ...
            print "Not found\n";
        }
    }