/[notice-sender]/trunk/sender.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/sender.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 73 by dpavlin, Mon Aug 22 20:39:38 2005 UTC revision 93 by dpavlin, Tue Dec 19 15:04:05 2006 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3  use strict;  use strict;
4  use blib;  use lib 'lib';
5  use Nos 0.7;  use Nos 0.9;
6  use Getopt::Long;  use Getopt::Long;
7  use Pod::Usage;  use Pod::Usage;
8    
# Line 286  between sending e-mail. Line 286  between sending e-mail.
286                  list => $list_name,                  list => $list_name,
287                  driver => $opt->{'email_send_driver'},                  driver => $opt->{'email_send_driver'},
288                  sleep => $opt->{'sleep'},                  sleep => $opt->{'sleep'},
289                    verbose => 1,
290          );          );
291    
292    

Legend:
Removed from v.73  
changed lines
  Added in v.93

  ViewVC Help
Powered by ViewVC 1.1.26