Re: [Arsperl-users] Manually passing arguments to a cgi program

2007-11-13 Thread Steve McDonald
Works like a charm, thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Kubasek Sent: Tuesday, November 13, 2007 11:36 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] Manually passing arguments to a cgi program Steve, Are you

Re: [Arsperl-users] Manually passing arguments to a cgi program

2007-11-13 Thread Clayton Scott
Steve, Joe has the right idea. Just do as he says and you should be golden. The docs for the CGI module are on the command line at perldoc CGI or can be found online at search.cpan.org -- Clayton Scott [EMAIL PROTECTED] -

Re: [Arsperl-users] Manually passing arguments to a cgi program

2007-11-13 Thread Bowman, Brent A
rray inputs, but you get the idea. The below recommendation is to access the cgi script on another server via the command line using http. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Tuesday, November 13, 2007 12:44 PM To: ARSperl User Disc

Re: [Arsperl-users] Manually passing arguments to a cgi program

2007-11-13 Thread Joseph Kubasek
Steve, Are you using the CGI Perl module version 2.57 or later? If so, you can pass the parameters on the command line: ./foo.cgi ticket=25314 action=close user=joeuser key=5df83sk3 Another option is to use the debug flag in your cgi: use CGI qw( -debug ); This should make the script prompt yo

Re: [Arsperl-users] Manually passing arguments to a cgi program

2007-11-13 Thread Steve McDonald
Looks like we don't have that installed here. I'll have to see what I can do. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Tuesday, November 13, 2007 10:44 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] Manual

Re: [Arsperl-users] Manually passing arguments to a cgi program

2007-11-13 Thread Axton
man wget see the --post-data option Axton Grams On Nov 13, 2007 12:17 PM, Steve McDonald <[EMAIL PROTECTED]> wrote: > > > Can anyone help me with the syntax for passing arguments to a cgi program > via the unix command line? Someone else is writing the web interface to the > program and I don't