Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    sub meta_wanted {
        $_[0]->{type} eq 'SPORT' || $_[0]->{type} eq 'DATE'
    }
    
  2. or download this
    $VAR1 = [
              {
    ...
                'type' => 'DATE'
              }
            ];