this must be a stupid question, I am newbie in perl.
I have a variable called
$email = "mail: firstname.lastname@domain.com";
I want to return just firstname.lastname@domain.com and store
it in another variable called $email2.
I know it's a perl regular expression but I have no clue.
thanks
I have a variable called
$email = "mail: firstname.lastname@domain.com";
I want to return just firstname.lastname@domain.com and store
it in another variable called $email2.
I know it's a perl regular expression but I have no clue.
thanks