1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<HTML>
<HEAD>
<TITLE>Running the program</TITLE>
</HEAD>
<BODY BGCOLOR="wheat">
<h1>Using the output</H1>
Usually, you will just look at the hands generated and analyze them by
hand. There are a few other options though:
<h2>1. Reformatting the output</h2>
In the "Post_processors" directory, you'll find tools to reformat the
output. Currently there is only 1 contribution, <TT>pbn_to_ascii.pl</TT>,
meant to be used as follows:
<UL>
<LI> pbn_to_ascii.pl <pbn_file <i>or</i>
<LI> dealer <input_file | pbn_to_ascii.pl
</UL>
This will take the PBN output and convert it into a newspaper-style
diagram. pbn_to_ascii.pl uses the Perl5 language and was written by <A
HREF="mailto:Robin.Barker@npl.co.uk">Robin Barker</A>.
<HR>
<A HREF="running.html"><IMG SRC="prev.gif" BORDER=0></A>
<A HREF="index.html"><IMG SRC="index.gif" BORDER=0></A>
<A HREF="perf.html"><IMG SRC="next.gif" BORDER=0></A>
</BODY>
</HTML>
|