RE: implementing links on a system command output

2005-10-18 Thread Charles K. Clarkson
[EMAIL PROTECTED] wrote: : I do not understand what "/path/url.pl?H_String"; is. It looks like a CGI GET request. Like this one for Google. http://groups.google.com/groups?q=%22multi+column%22+css : what is the ? before H_string for and why It is used to

Re: implementing links on a system command output

2005-10-18 Thread Greg Jetter
On Tuesday October 18 2005 10:09 pm, [EMAIL PROTECTED] wrote: snip >* > > Perl'ers, > > I tried this solution and it is not working. There are no errors but the > output is not displaying the links for every $_ which is H02000 for > example. > > I do not understand what "/path/url.pl?H_String"; is

Re: implementing links on a system command output

2005-10-18 Thread DBSMITH
Greg Jetter <[EMAIL PROTECTED] n.com>

Re: $CGI::DISABLE_UPLOADS

2005-10-18 Thread Wiggins d'Anconia
Bill Stephenson wrote: > I've been testing the "$CGI::DISABLE_UPLOADS" and "$CGI::POST_MAX" > variables and I don't think I've got it feature working as it should. > The docs say this: > > "CGI.pm also has some simple built-in protections against denial of > service attacks, but you must a

$CGI::DISABLE_UPLOADS

2005-10-18 Thread Bill Stephenson
I've been testing the "$CGI::DISABLE_UPLOADS" and "$CGI::POST_MAX" variables and I don't think I've got it feature working as it should. The docs say this: "CGI.pm also has some simple built-in protections against denial of service attacks, but you must activate them before you can use