in reply to DBI use
my $Command = $1; # EXEC Command - defined earlier my $Request_id = $2; [download]
my($Command,$Request_id) = @_; [download]