Teresa Raymond wrote:
Bill,
Thank you so, so much --> Your corrections/advice/help not only helps me
this time but also will help me to code/think more clearly in the future.
--Teresa
Great :)
--
_Sx_ http://youve-reached-the.endoftheinternet.org/ _
perldoc -qa.a | perl -lpe '($_)=m("(.*)")
Bill,
Thank you so, so much --> Your corrections/advice/help not only helps me
this time but also will help me to code/think more clearly in the future.
--Teresa
At 10:16 AM 3/22/2004, you wrote:
Your code has logic/implementation design errors;
see below -
snipped
HTH/Bill
--
_Sx_ http://youv
Teresa Raymond <[EMAIL PROTECTED]> wrote:
:
: Hi,
:
: The following code is hanging up the browser and I think
: it has something to do with the hash having keys array
: and values array. There is no error message, just the
: browser taking a really long time. Any help would be
: appreciated. Wo
Teresa Raymond wrote:
Your code has logic/implementation design errors;
see below -
my $file = param('upload');
$file will be equal to "" -- therefore the later test
!$file will logically fail when it should have succeeded.
IE - $file is NOT undefined; maybe you meant length equal zero?
@[EMAIL
> Hi,
>
> The following code is hanging up the browser and I think it has something
> to do with the hash having keys array and values array. There is no error
> message, just the browser taking a really long time. Any help would be
> appreciated. Works fine with 3 line, 12 word 1 kb text file