#!/usr/local/bin/perl

use blib;
use strict;
use warnings;


use AFS::CM qw (getcacheparms);

my ($max, $inuse) = getcacheparms;
if ($AFS::CODE) { print "AFS::CODE = $AFS::CODE\n"; }
else            { print "InUse = $inuse   Max = $max \n"; }
