#!/usr/local/bin/perl

use blib;
use strict;
use warnings;

use AFS::CM qw (getcrypt);

my $crypt_flg = getcrypt;
if ($AFS::CODE) { print "AFS::CODE = $AFS::CODE\n"; }
else            { print "Crypt Flag = $crypt_flg \n"; }
