Help for this page

Select Code to Download


  1. or download this
        if(  is_blacklisted($source,$dest,$acct,$parent,$optout)  ) {
    
  2. or download this
    sub is_listed {
        my( $self, $source, $color, @lists ) = @_;
    ...
            }
        }
    }
    
  3. or download this
        my $is_blacklisted = App::Blacklist->is_blacklisted(
            $source, $dest, $acct, $parent, $optout,
    ...
            $self->reject();
            return;
        }
    
  4. or download this
        $item->save();
    
  5. or download this
        $item->save() if $item->is_dirty();
    
  6. or download this
        $musket->insert( $powder );
        $musket->insert( $ball );
    ...
    # vs
        $pistol->shoot( $target );
        $pistol->shoot( $target );