Skip to content

Instantly share code, notes, and snippets.

@hakobe
Created September 24, 2008 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakobe/12510 to your computer and use it in GitHub Desktop.
Save hakobe/12510 to your computer and use it in GitHub Desktop.
my ($address) = Email::Address->parse(q!"DMNG" <dummy@mac.com>!);
p $address->user; # dummy
p $address->host; # host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment