Sorry ,
I have been programming all night and found an oversight on my part.
Perl reported and error in a sub routine, but the error was above the
routine
above some of my comment lines where I didn't expect it to be.
That was part of html code that was out of place.
Live and learn I gue
Magic??
Why don't you start by posting the errors that perl reports. It will save us
having to guess...
John
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 07 February 2002 15:42
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Never had this h
On Thu, 7 Feb 2002 [EMAIL PROTECTED] wrote:
> My program won't compile when the sub routine is in the program,
> but when I remove it from the program and put it into another file
> that I call test.pl, and compile test.pl which contains only the sub
> routine I'm checking, it compiles fine!
>
>
My program won't compile when the sub routine is in the program,
but when I remove it from the program and put it into another file
that I call test.pl, and compile test.pl which contains only the sub
routine I'm checking, it compiles fine!
Why does it do that?
[EMAIL PROTECTED] wrote:
>
> I was happily programming, getting close to the end of my project just trying
> to figure out table placement in html within my largest function on the page.
>
> All of a sudden my function won't function! I didn't change any of the perl
> code! And it was fine exc