Quentin Smith wrote:
>
> Hi-
> I'm getting some odd errors when I try to go to an asp page i built.
> Specifically, I get,
>
> 1. Unrecognized character \010 at (eval 28) line 199
>
><mailbox:///home/quentins/.mozilla/quentins/k3xf2778.slt/Mail/Mail/mail.comclub.org/Inbox?number=21773334#199>.
> , /usr/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1840
>
> The odd thing is that the source code listing in the email only goes to
> line 198. I've made sure I converted every file from mac line endings to
> linux before I tried to go to the page. If I cut out all of my asp code,
> the page works (without any functionality.) The full code is shown
> below. As they say, "What gives??"
> Thanks for your help,
To wrap up this thread after working on it with Quentin, it seems that
there were so many errors in the scripts, perl got confused and
started reporting nonsense. Isolating the code into smaller blocks
by commenting blocks out with pod comments like:
=pod
HTML <% perl %>
=cut
allowed perl to start reporting what the real errors were.
At one point in working through things, perl actually reported
as the error: "too many errors". Very helpful.
--Josh
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks <- Web Link Checking Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]