Mail-Alias

 view release on metacpan or  search on metacpan

Alias.pm  view on Meta::CPAN

	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";
	}

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.091 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )