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

use blib;
use AFS::PTS;

my $bits = AFS::PTS->ascii2ptsaccess("S----");
print "Bits = $bits\n";
