Mail-Alias
view release on metacpan or search on metacpan
272273274275276277278279280281282283284285286287288289290291292
return
$deleted
;
}
# end delete
#------------------------------#
# Alias::update() Method #
# Version 1.0 8/13/00#
#------------------------------#
sub
update {
my
(
$self
,
$alias
,
$address_string
) =
@_
;
my
(
$found_it
,
$alias_line
);
undef
$found_it
;
# Form the alias line from the passed arguments
if
(
$address_string
) {
# If there is a second argument passed
$alias_line
=
"$alias"
.
": "
.
" $address_string"
;
}
( run in 0.318 second using v1.01-cache-2.11-cpan-bf8d7bb2d05 )