Help for this page

Select Code to Download


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