##
use strict;
my $this = "1";
my $that = "2";
sub try {
my ($one,$two) = @_;
print "$one $two\n\n";
}
try($this,$that);
####
Can't use global @_ in "my" at QuestQRM.pm line 12.
BEGIN failed--compilation aborted at /home/httpd/cgi-bin/rep_req.pl line 24.