Advertisement
Guest User

Untitled

a guest
May 13th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.31 KB | None | 0 0
  1. +++ brodcast.pl (working copy)
  2. @@ -241,9 +241,9 @@
  3.  
  4.  $msg     =    $cr . $mesg;
  5.  
  6. -@intemail=@email;
  7.  if ($OneToAddress =~ /rockwellcollins/i ) { push @intemail, ('mesg', $msg); }
  8.  else { push @email, ('mesg', $msg); }
  9. +@intemail=@email;
  10.  
  11.  print 'Sending email: ';
  12.  &OPEN_UR;  $recnum=0;  $iRecn='any';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement