Re: error after error

2006-07-01 Thread Tom Phoenix
On 7/1/06, Ryan Dillinger <[EMAIL PROTECTED]> wrote: The first error states: unquoted string "subroutines" may clash with future reserved word at NPtest.pl line 6. That is because perl doesn't know what "subroutines" means, at that point in your program. The message is suggesting that you use

error after error

2006-07-01 Thread Ryan Dillinger
Hello, All I seem to be getting an error I don't quite understand. Can someone point out why I'm geeting this error? The first error states: unquoted string "subroutines" may clash with future reserved word at NPtest.pl line 6. after I quote "subroutines" I get an error that states: syntax err