Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created August 17, 2010 14:59
Show Gist options
  • Select an option

  • Save metaperl/530263 to your computer and use it in GitHub Desktop.

Select an option

Save metaperl/530263 to your computer and use it in GitHub Desktop.
my @product = qw(
WSDOMREGUS
WSDOMREGTO
WSDOMREGORGNZ
WSDOMREGORGAU
WSDOMREGORG
WSDOMREGNETNZ
WSDOMREGNET
WSDOMREGMOBI
WSDOMREGINFO
WSDOMREGIDAU
WSDOMREGCOUK
WSDOMREGCONZ
WSDOMREGCOMAU
WSDOMREGCOM
WSDOMREGBIZ
);
@product = map { $_ =~ s/REG/NEW/ } @product;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment