diff options
| author | fukachan <fukachan> | 2001-03-11 11:45:01 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-11 11:45:01 +0000 |
| commit | c8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc (patch) | |
| tree | 0ceb12d1cc8942c6cdb8babaa679e030885c2f6e /fml | |
| parent | ebf06412d1d21412a8dd2126aa9973caddb60971 (diff) | |
| download | fml8-c8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc.tar.gz fml8-c8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc.tar.bz2 fml8-c8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc.zip | |
update documents on add() and delete()
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/IO/MapAdapter.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fml/lib/IO/MapAdapter.pm b/fml/lib/IO/MapAdapter.pm index c4880835..7541a247 100644 --- a/fml/lib/IO/MapAdapter.pm +++ b/fml/lib/IO/MapAdapter.pm @@ -224,8 +224,15 @@ sub get_recipient { my ($self) = @_; $self->get_next_value;} =head2 C<add( $address )> +add $address to the specified map. + +=head2 C<delete( $regexp )> + +delete lines which matches $regexp from this map. + =cut + # Descriptions: # Arguments: $self $address # Side Effects: |
