my $cgi_script = 'foo.pl'; my @args = qw( bar=baz quux=frobozz ); system( $cgi_script, @args ) == 0 or die "call to $cgi_script failed: $?";