Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~649 People Reached
Favorite Forums
Favorite Tags
perl x 6
Member Avatar for gsarin

Hi, I have a perl cgi script as follows: [CODE] $|=0; close(STDERR); open(STDERR, "> E:\\output.err"); # instantiate a new CGI object my $cgi = new CGI; my @params = $cgi->param(); my $length = @params; my $calc= $cgi->param($params[0]); print "something on the browser" print "tell the user that so and so …

0
58
Member Avatar for gsarin

Hi, I have a perl-cgi script (on apache server). The script is called when user selects some arguments and presses submit button from HTML form using get method. The script inturn calls some batch files using system command and does some other things depending on the arguments selected by user. …

0
79
Member Avatar for gsarin

Hi, I have a perl-cgi script (on apache server) that is running fine when one user runs it. The perl-cgi scripts runs batch files using system command and has some other rules. How do i make it run for many users? My basic knowledge tells me that I have to …

0
68
Member Avatar for gsarin

Hi, I am trying to run a Perl-CGI script through Tomcat Server and running into issues. The script runs fine through command prompt and also runs half through webpage. The problem comes when I try to access some files in directories located on some other server. I think tomcat security …

Member Avatar for gsarin
0
444