Author: Peter J. Milanese
Email: [EMAIL PROTECTED]
Message:
Sorry...
I wrapped the search.html page in a perl cgi, which added some
dynamic html. It seems that none of my generated html is passed
to the browser (it just ignores it).
I've tried putting my generated html in the <bottom> and <noquery> tags, and it just
don't show in the browser. I know the perl is good.
This is simplified for testing, but it still does not display anything. It does,
however, when I run it on the command line...
foreach $Directory (@Directories){
my @Parts=reverse(split(/\//,$Directory));
my $Name=shift(@Parts);
chomp $Name;
if ($Name!~/^.*(cgi|html)$/){
print <<EOF;
<tr><td><a href="$Name/">$Name</a></td></tr>
EOF
}
Reply: <http://www.mnogosearch.org/board/message.php?id=4435>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]