| Store | Cart

Re: Help with unfixable error

From: Josh Reynolds <josh...@eku.edu>
Tue, 19 Jul 2011 12:59:42 -0400
maybe you're missing a semicolon on a line above it somewhere, or maybe 
using a weird non-ascii single quote in a place where it's not obvious?  
You get weird unicode characters sometimes if you copy/paste out of an 
email or a word document, especially if a mac was in the mix at any point.


On 7/19/2011 12:46 PM, Barry Brevik wrote:
> I am at wit's end. I hope it is OK to post this here, because this seems> to the only ActiveState mailing list with any activity.>> Anyway, this is Perl v5.8.8, and I am getting this error message:>>      syntax error at cron.pl line 599, near "sub checkPaths">> The subroutine is just a stub and it looks like this:>> 598  sub checkPaths> 599  {> 600  }>> I have warnings on, but not strict because I inherited this code and> there is so much in it that will not pass strict.>> Lastly, I have removed the contents of every subroutine preceding this> one, including the main loop, as well as the subroutine that immediately> follows with no change (except line number) in the error message.>> My question is, with this kind of error, what should I look for?>> Tx,>> Barry Brevik> _______________________________________________> Perl-Win32-Database mailing list> Perl...@listserv.ActiveState.com> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs> .>

_______________________________________________
Perl-Win32-Database mailing list
Perl...@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Recent Messages in this Thread
Barry Brevik Jul 19, 2011 04:46 pm
Josh Reynolds Jul 19, 2011 04:59 pm
Jan Dubois Jul 19, 2011 05:03 pm
Messages in this thread