Help for this page

Select Code to Download


  1. or download this
    
    ### unique transits for org
    ...
          my $other_rs = $orguniq_rs->search( {
                               'type' => { '!=' => [ 'one', 'two' ] }
                            } );
    
  2. or download this
    -or [ 'type' => { '!=' => [ 'one', 'two' ] } ]