Help for this page

Select Code to Download


  1. or download this
    if( $user->getAttr( 'username' ) eq $filter->{'username'} )
  2. or download this
    &{$filter->{$field}->{'filterCallback'}}( $recordObj )
  3. or download this
    $queryObj->filter( 'field' => 'username', $objList => \@records, 'callBack' => sub { $_[0]->getAttr( 'username' ) eq $value ) } )