It should output something more.
Anyway, a better snippet for debugging:
use Cwd; my $cmd = "perl Cart.pl $manuf $series $model $url $kb_color_style_nam +e $kb_color_image_url $kb_color_image_id"; print "cmd is $cmd\n"; printf "running at %s\n", getcwd; system($cmd) == 0 or die "cant run!!";
What does that output?
In reply to Re^3: system command with arguments Error
by Anonymous Monk
in thread system command with arguments Error
by ansh batra
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |