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