/[docman]/contrib/sendlogins.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 /contrib/sendlogins.pl

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

revision 1.2 by dpavlin, Thu Apr 12 11:01:18 2001 UTC revision 1.3 by dpavlin, Wed Jul 3 08:22:55 2002 UTC
# Line 9  $in_mail=~s/\.pl/.txt/; Line 9  $in_mail=~s/\.pl/.txt/;
9    
10  my $url=$ARGV[0];  my $url=$ARGV[0];
11    
12    if (! $url) {
13            print STDERR "To send announcement to all users in .htusers file use\n";
14            print STDERR "$0 http://docman.site.com/ < .htusers\n";
15            exit 1;
16    }
17    
18  $|++;  $|++;
19    
20  while(<STDIN>) {  while(<STDIN>) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26