Help for this page

Select Code to Download


  1. or download this
    sub is {
        bless \shift, '_hidden';
    ...
        $s eq $_ and return 1 for @_;
        0;
    }
    
  2. or download this
    do_something if is($item)->in(@list);