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]
- Re: "Unless" statement David Draley
- Re: "Unless" statement Brett W. McCoy
- Re: "Unless" statement Mark Bergeron
- Re: "Unless" statement Brett W. McCoy
- Re: Re: "Unless" statement Mark Bergeron