/[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 36 by dpavlin, Tue May 17 17:49:14 2005 UTC revision 38 by dpavlin, Tue May 17 21:37:06 2005 UTC
# Line 40  my $result = GetOptions( Line 40  my $result = GetOptions(
40          "inbox=s" => \$opt->{'inbox'},          "inbox=s" => \$opt->{'inbox'},
41          "debug" => \$debug,          "debug" => \$debug,
42          "verbose" => \$verbose,          "verbose" => \$verbose,
         "email=s" => \$opt->{'email'},  
43  );  );
44    
45  my $nos = new Nos(  my $nos = new Nos(
# Line 127  argument) or read from C<STDIN>. List sh Line 126  argument) or read from C<STDIN>. List sh
126   email@example.com      Optional full name of person   email@example.com      Optional full name of person
127   dpavlin@rot13.org      Dobrica Pavlinusic   dpavlin@rot13.org      Dobrica Pavlinusic
128    
 You may use C<--email> parametar at any time to set From: e-mail address for list.  
 B<This seems somewhat cludgy, and it will probably change in future>.  
   
129  =cut  =cut
130    
131  } elsif ($list_name = $opt->{'add'}) {  } elsif ($list_name = $opt->{'add'}) {
# Line 250  Turn on debugging output from C<Class::D Line 246  Turn on debugging output from C<Class::D
246    
247  Dump more info on screen.  Dump more info on screen.
248    
 =item --email  
   
 Used to specify e-mail address where needed.  
   
249  =back  =back
250    
251    

Legend:
Removed from v.36  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26