Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. my $userid = 'admin';
  2. my $string = '$userid@abc.com';
  3. print $string;
  4.  
  5. my $string = "$userid@abc.com";
  6.  
  7. "developer@abc.com , $userid@abc.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement