in reply to just another taint question

I got the code below to run on perl 5.8.4
$ENV{'PATH'} = ''; $ENV{'BASH_ENV'} = ''; my $server = '-a'; my @cupscmd=("/bin/ls ", "-l", $server, "-r"); my $cups_cmd=qx/@cupscmd/; print $cups_cmd, "\n";
I don't have cups, but the command run should not matter.
-- gam3
A picture is worth a thousand words, but takes 200K.