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