#!/usr/local/bin/perl

use AFS checkconn; 

$file = shift;

$ok  = checkconn;

print "AFS::CODE = $AFS::CODE\n";
print "ok = $ok\n";

