Help for this page

Select Code to Download


  1. or download this
    constraints => {
         image_name => [
    ...
         },
     
         ],
    
  2. or download this
         foo => { constraint_method => 'bar', params => \@args },
    
  3. or download this
         foo => { constraint => 'bar', params => [$dfv, @args]] },
    
  4. or download this
         foo => { constraint => 'bar', params => [$dfv, 'foo', @args] },
    
  5. or download this
    bar($dfv, @args);
    $dfv->bar(@args);