#!/usr/local/bin/perl

use blib;
use strict;
use warnings;

use AFS::Cell qw (wscell);

my $cell = wscell;
if ($AFS::CODE) { print "AFS::CODE = $AFS::CODE\n"; }
else            { print "ws cell = $cell\n"; }

