Guest User

Untitled

a guest
Jun 19th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. my $send_to = <>;
  2.  
  3. my $send_to = <>;
  4. chomp($send_to);
  5.  
  6. chomp(my $send_to = <>);
  7.  
  8. use Data::Dumper;
  9. warn(Dumper(%ENV));
  10.  
  11. my $your_email = "you@foo.bar";
  12. my $recipient_email = "them@foo.bar";
  13.  
  14. my $your_email = "you@foo.barn";
  15. my $recipient_email = "them@foo.barn";
Add Comment
Please, Sign In to add comment