Thanks,
>Maybe try to run it as a "system" command.
>my $programtorun = 'ls';
>my @parameters= qw/. ../;
>my @cmdline = ( $programtorun, @parameters );
>system (@cmdline);
>It can be a bit tricky getting all the parameters to
your system >command
>to be quoted properly, try a littl
Hi Everybody,
As a naive cgi programmer, I want to get rid of a
problem, for that, I am keen, awaiting your
suggestions. I doubt, I could not present my case in
front of you properly. Anyway, my problem spins around
the following.
I am running a CGI script in which I am running a
system command.