Help for this page

Select Code to Download


  1. or download this
    field_filters => {
      my_filter => [ \&MyFilter ],
    },
    
  2. or download this
    field_filters => {
      my_filters => [ sub { ...code here... } ],
    },
    
  3. or download this
    field_filters => {
      my_filters => [ sub { MyFilter(@_) } ],
    },