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

use blib '../blib/';
use AFS::PTS;

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