[Dxspider-support] CGI

Ruben Navarro Huedo eb5esx at eb5esx.ampr.org
Thu May 18 18:04:50 BST 2006


>
> Could I suggest that, instead of using expect, you all have a look
> at /spider/perl/showdx. It is not a CGI program, but could easily be
> modified (by someone else, preferably) to do what you require using
> CPI.pm.
>
> This has the advantage that it looks at the files and does not connect
> to the node at all.
>
> Dirk
>
>

A lot of thank's.
That has been a good idea for me.

Have a look:

#!/usr/bin/expect
puts "Content-type: text/plain\n"

set output [exec /spider/perl/showdx 25]

puts $output

And running very very well.

Thank's



More information about the Dxspider-support mailing list