how would I write an unless statement that is looking for the values 
inbetween two numbers?

$x = <STDIN>;
chomp $x;

unless (50 < $x > 80)
  { print "";
  }
else
{
other function
}

---------------

thanks

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to