#!/usr/local/bin/perl -w

use blib;

use AFS::CM qw (getcrypt);

my $crypt_flg = getcrypt;

print "Crypt Flag = $crypt_flg \n";
