--- Peter Cornelius <[EMAIL PROTECTED]> wrote:
> Dooh!  Youre never gonna have a space here.  You split on all spaces
> so they were consumed.  I think you want '' instead. 
> Or maybe ($check[0] eq '*')
> if it's really the '*' you're interested in.

Or if simple is clean enough in this case, just say

 if ($check[0]) { # . . . .

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to