in reply to just another taint question
I don't have cups, but the command run should not matter.$ENV{'PATH'} = ''; $ENV{'BASH_ENV'} = ''; my $server = '-a'; my @cupscmd=("/bin/ls ", "-l", $server, "-r"); my $cups_cmd=qx/@cupscmd/; print $cups_cmd, "\n";
|
|---|