
oem7110
New User
Apr 25, 2003, 7:46 AM
Post #3 of 5
(2151 views)
|
|
Re: [Paul] Question about Perl
[In reply to]
|
Can't Post
|
|
I would like to check whether following statement contains anything, if it contains nothing, I would like to display a message, such as there is no item available!!, it is the reason I need to check following statements contain anything. Could you give me any suggestion how to write a code to perform following function please? If @row contain nothing then display there is no item available!! else while (@row=$sth->fetchrow_array) Thank you
|