in reply to illegal here not there?

With perl 5.6, I get an Exporter error until I change the EXPORT_TAGS line to this:
%EXPORT_TAGS = (repReq=>[qw!repScreenOne!]);
Also, I get warnings unless you double up the backslashes in the big quoted print statement. After that it seems to work.

Update: Seems to work on 5.005_03 also.