README
******
26-August-2011

When installing QAW it is essential to make sure that the hash bang on
the first line of the file qaw is correct for your installation of
Perl.

By default qaw is shipped with the following hash bang:

#!/usr/bin/perl

This should be changed to the result of the UNIX which command.
i.e. it is assumed that:

which perl

gives:
/usr/bin/perl

Also make sure qaw has execution rights:

chmod +x qaw
******
