Gossamer Forum
Home : Products : DBMan : Installation :

Bookmarks.pl

Quote Reply
Bookmarks.pl
I am missing the boat here on this one.. and I know it is very simple.. most of my mistakes have been..>;-)

I have bookmarks.pl in the admin dir and my inputfile "bookmarks.htm" in the same Dir..but every time I call it I get.

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:


usage: bookmark.pl bookmarks.htm

In the script all I can see is the following for pointing to the book mark file. What actually tells the script what file to use as the BM.

# Usage: bookmark.pl <name of bookmark file>
if ($#ARGV != 0) {
die "usage: bookmark.pl bookmarks.htm\n";
}

Never mind.. between looking over the old post.. and some comon sence I figured it out.. this is a command line utility..

------------------
Thanks in Advance

SirDaniel
http://www.blackrose.net


[This message has been edited by SirDaniel (edited December 25, 1998).]

[This message has been edited by SirDaniel (edited December 25, 1998).]