Help for this page
$var->in(@list)
package in { sub new { bless \$_[1],$_[0] } ... print "yup\n" if $var->in( 0 .. 8 ); __END__ yup