Menu

#9 Multiple "here" document errors in Windows script

open
nobody
5
2005-07-03
2005-07-03
Anonymous
No

The Windows download has multiple errors with the
"here" document syntax.

print here_doc(<< "
#EOF");

The page will not load with this syntax. Not exactly
sure how this is supposed to work. I replaced all
entries with:

print <<EOF;

and moved all of the closing "EOF" markers to the
beginning of their respective lines. This fixed all of
the problems and allowed the page to load.

In the documentation, you might also want to add a note
about changing the #!/usr/bin/perl line on Windows
systems to something like #!c:/perl/bin/perl if users
are running Apache (Apache on Windows actually looks at
that line).

One last item. In the Installation.txt, there is a
missing semicolon at the end of the SQL statement for
creating a user account for Projectory.

mwhittek@direcway.com

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.