View Single Post
  #5  
Old 02-13-2013, 09:06 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

ok, i think i sorted out why. i wasn't enclosing the range in brackets.

Code:
if ( $mid ~~ [ $min  ..  $max ] ) { say "YAY!"; }
works... duh
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote