Re: Need your help regarding CGI

2003-05-29 Thread Soumyadeep nandi
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

Need your help regarding CGI

2003-05-28 Thread Soumyadeep nandi
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.