Help for this page
Select Code to Download
Select
or
download this
if( $user->getAttr( 'username' ) eq $filter->{'username'} )
Select
or
download this
&{$filter->{$field}->{'filterCallback'}}( $recordObj )
Select
or
download this
$queryObj->filter( 'field' => 'username', $objList => \@records, 'callBack' => sub { $_[0]->getAttr( 'username' ) eq $value ) } )